config project w/o modules #175
-
I've been looking at this project for the past week and have to say it's a rather well engineered RISC-V project. What I'm thinking of doing is using Vivado-Risc-V project as a basis for doing some OS research. I want to remove the Enet & SD support. Basically just want to use a single RISC-V core w/ a UART. From looking at the TCL scripts, it should be fairly "straight-forward" to do this. Would this be your expectation also? In addition, any plans on parameterizing the project to make addition/removal of modules "easier" in the future? Thanks for any insight provided. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, it is easy to remove or add modules to the project. You can either use Vivado GUI to to modify the block design and save it as Tcl file, or edit Tcl files in a text editor. At the moment, I don't have plans to make addition/removal of modules easier. I think that Vivado Tcl is already a flexible and easy to use scripting tool, which allows quick project modifications by editing a script. |
Beta Was this translation helpful? Give feedback.
Yes, it is easy to remove or add modules to the project. You can either use Vivado GUI to to modify the block design and save it as Tcl file, or edit Tcl files in a text editor.
At the moment, I don't have plans to make addition/removal of modules easier. I think that Vivado Tcl is already a flexible and easy to use scripting tool, which allows quick project modifications by editing a script.