Vrushabh Damle
12/31/2022, 8:16 PMMitch Bailey
01/01/2023, 5:01 PMuser_project_wrapper.gds
is what gets integrated into caravel. I don’t think any other files are relevant (besides verilog/rtl/user_defines.v
).
Second, if you change user_proj_example.v
but keep the same pins, you can use user_project_wrapper.v
without changes.
Third, even if you don’t change user_project_wrapper.v
, you must remake the final gds/user_project_wrapper.gds
to include the new user_proj_example.gds
Vrushabh Damle
01/01/2023, 5:33 PMuser_proj_example
module and under it, they defined the new module but they had not instantiated the new module in the user_proj_example
. So would the new gds file be according to the new module or the same as the old one given that both the modules are present in user_proj_example.v
and neither of them are called in the other oneVrushabh Damle
01/01/2023, 5:33 PMuser_proj_example
module and under it, they defined the new module but they had not instantiated the new module in the user_proj_example
. So would the new gds file be according to the new module or the same as the old one given that both the modules are present in user_proj_example.v
and neither of them are called in the other oneMitch Bailey
01/01/2023, 5:35 PMuser_project_wrapper.v
call?Mitch Bailey
01/01/2023, 5:54 PMVrushabh Damle
01/01/2023, 6:04 PMMitch Bailey
01/01/2023, 6:09 PMVrushabh Damle
01/01/2023, 6:13 PM