Johan Euphrosine
Johan Euphrosine
for lang != .js
Running `flow.tcl` on `user_project_wrapper` with the default `user_proj_example` (counter) result in the following error: ``` LVS reports: net count difference = 0 device count difference = 0 unmatched nets =...
@jeffdi fyi
Currently the Makefile manage the external dependencies to: - caravel - mgmt core - precheck - timing script using regular git commands. It would be nice to use git submodules...
is https://github.com/efabless/caravel_user_project/blob/main/verilog/rtl/uprj_netlists.v still used?
It would be to explicitly document the directories and files layout requirements for satisfying a tapeout project submission on efabless.com. Even if the current directory structure in `caravel_user_project` somehow document...
Is it intentional that the `gds/` directory already contains the hardened project + wrapper? This could be confusing for developers who expect that the test and mpmprecheck would fails until...
shows up during `make setup` when caravel directory already exists: ``` Deleting exisiting /home/proppy/src/github.com/proppy/tiny_user_project/openlane_root ```
@donn said in https://github.com/The-OpenROAD-Project/OpenLane/issues/1325#issuecomment-1238082487 that OpenLane is moving away from `config.tcl` in favor of JSON configuration. It would be nice for the caravel template to follow the same path.