Currently new to this and I am having errors on OE...
# shuttle-precheck
j
Currently new to this and I am having errors on OEB precheck: I am doing some testcase run to familiarize myself but got hit with this roadblock. I have assigned this pin to '0' so I am not sure why it is being flagged.
m
You have a connection to io_out[37]. Do you want to output something? If you do, you’ll need
io_oeb[37]
low when you output and high when you input.
j
I wanted this port 37 as an input. I set it as high and assigned io_out[37] to '0'. Is that not a correct way of assigning floating outputs?
m
That should be ok. How did you connect
io_out[37]
to
0
. (Can you check your precheck version?
cd $HOME/mpw_precheck; git log
)
j
In my verilog code, I wrote "assign io_out[37] = 1'b0;". Is that correct? Here is a snap when I entered the suggested command for the precheck version:
m
I think we’re on
mpw-9g
now. If you haven’t changed your Makefile, can you
Copy code
curl <https://raw.githubusercontent.com/efabless/caravel_user_project/main/Makefile> > Makefile
make precheck
make run-precheck
Let me know if the problem persists after the update.
j
@Mitch Bailey I was able to run now thank you very much!
👍 1