For shuttle is it compulsory to run full chip simu...
# shuttle
p
For shuttle is it compulsory to run full chip simulation mentioned in the efabless document? I was trying to run RTL & Gate level simulation but it gives an error.. I tried to use -I flag to give PDK_ROOT to iverilog but it gives an error..
m
No not compulsory but recommended
πŸ‘ 1
Definitely do RTL SIM so you can check the top level wiring and your work functions inside the harness
πŸ‘ 2
For GL I have been doing a normal sim for caravel and use the powered verilog for the dut
The GL takes too long for all of caravel
p
How to give PDK_PATH to iverilog using it's -I flag?
m
Why don't you use the existing makefiles?
Copy and alter one of the ones in dv directory
p
Which makefiles? I was following the simulation flow mentioned on caravel official document. But when I make run for SIM=RTL it gives an error regarding the lib.ref
I will post the screenshot of the error tomorrow so that it will be clear what I am trying to say πŸ˜…
p
Thanks Matt πŸ‘