Hi Matt, is it possible to feed Three 32-bit data ...
# caravel
m
Hi Matt, is it possible to feed Three 32-bit data simultaneously from management segment to user design? If so how to handle wbs_stb_i and wstrb inthe user_project_example? Kindly share your suggestions.. Thankyou
m
well wishbone data is 32 bit wide, so you couldn't just do it with that.
but you could maybe use the logic analyser as another data bus
maybe putting 64 bit extra data on logic analyser, then use wishbone as normal and in your design when you do a wishbone read, fetch the extra 64 bits of the LA at the same time
m
Thanks Matt for the suggestions..can we skip wishbone interface without connecting to my design..is it allowed for the shuttle?if so can I simply leave wishbone signals unaltered in the user proj example?
m
yes, just don't connect them
m
Thank you so much
One more problem it is generating when I am doing make , when i try to instantiate my submodules inthe user project yosys throws error as "cell is not the part of design". Have you faced this kind of issues?
m
have you added the files to uprj_netlists ?
m
Yes I did
m
where is your repo, and what commands are you running exactly
m
I am still doing the things locally not yet commited in git..I have done my design and kept in user_proj_example inthe place of counter. The top module I used needs one sub module and I instantiated it and kept the submodule file in the same folder that is verilog/rtl. I started to do make user_proj_example, since I replaced the design .during that I got error like that..
IMG_20210616_195520.jpg
Sorry for the delayed response..this is what the screen shot of error produced for the above mentioned problem...
m
Sorry I don't have time to help debug screenshots. If you post your repo I can take a look
m
Ok I will share soon..
🙌 1
I fixed that error..that was due to non inclusion of the submodule in config.tcl. I will commit the project ASAP. in between while hardening user_proj_example during clock tree synthesis process it shows error that Error when finding -clock_nets in DB! Error :or_cts.tcl ,57 UKN-0000 Have you faced anything like this?
m
I'd imagine your clock setup in the config.tcl doesn't match your design
m
Thanks for the suggestion. I will check.