Johan Euphrosine

Results 192 issues of Johan Euphrosine

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 =...

error
help wanted

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?

flow

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...

question

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.