Hi, could anyone tell how to get the layout after ...
# caravel
b
Hi, could anyone tell how to get the layout after the wrapper is integrated to caravel?
m
Is this for a design that has already been submitted?
b
Yes. It's for a submitted design
b
@Mitch Bailey I mean about a design that has been submitted to mpw7
m
The official caravel/caravan integration probably hasn't been done yet. I believe it goes something like this
Copy code
export USER_ID="1234ABCD"
make set_user_id
make gpio_defaults
make ship     (or for caravan: make truck)
The user_id is decided by efabless and the gpio_defaults are taken from
verilog/rtl/user_defines.v
. If you wanted to get something close, you could probably execute the above commands yourself.
👍 1