related to what we were just talking about in the ...
# caravel
m
related to what we were just talking about in the meeting - unless I change caravel.v I can't run sim anyway
t
I run with "make SIM=RTL" or "make SIM=GL". But it should work without that, since SIM should be set to RTL automatically if it is not already defined. How does it fail, exactly?
m
image.png
I don't see how SIM would be set to RTL automatically
probably that's where it needs to be fixed
i try with make SIM=RTL or make SIM=GL and both fail for me
with the same issue as I posted avove
t
This is the Makefile from caravel "develop" branch. Does the "mpw-one" tagged master branch not have the "SIM?=RTL" line? Any other differences?
I think if the Makefile is missing the SIM= line then it is also missing the "ifeq" ... "else" ... "endif" block, which is what actually causes the simulation to fail.
t
We will be updating caravel after working on some of the issues that came up in the last round of zoom conference discussions, so I have asked that this update be committed as well.