Simon Dorrer
Simon Dorrer
@dwarning Can you share your testbench or at least how you invoke this corner with Sigma=6? `.lib cornerMOSlv.lib mos_tt_stat ...?` I want to try the Monte Carlo simulation in combination...
I have added `set ::env(SKIP_ANTENNA_REPAIR_POST_DRT) 1` to `detail_route.tcl` and I also commented out `if {![design_is_routed]} { error "Design has unrouted nets." }`. Now, I have the following error: ``` ==========================================================================...
@vijayank88 I tried to use ORFS with IIC-OSIC-TOOLS since Yosys, Openroad, etc. are already installed in there. I opened an issue in the repo of IIC-OSIC-TOOLS (https://github.com/iic-jku/IIC-OSIC-TOOLS/issues/80), since this might...
@vvbandeira The latest update of the IIC-OSIC-Tools fixed it for me. If you are interested, here is the issue history: https://github.com/iic-jku/IIC-OSIC-TOOLS/issues/80 I also created a GitHub repo template (https://github.com/simi1505/SG13G2_ASIC-Design-Template) for...
These are two neat workarounds, good to know. Thank you! Still, maybe you find some time to add multiple selection support to the file loader. That would be very helpful....
@StefanSchippers Multiple selection is working now. Thanks for the fast implementation!