Skip to content

Commit

Permalink
iHP0p2 new config.json with 0.75 density (upped from 70 just in case)…
Browse files Browse the repository at this point in the history
… and reduced clock to 20 MHz (also just in case).
  • Loading branch information
rejunity committed Nov 2, 2024
1 parent 7562197 commit b33b073
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 84 deletions.
35 changes: 35 additions & 0 deletions src/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"//": "DO NOT EDIT THIS FILE before reading the comments below:",

"//": "This is the default configuration for Tiny Tapeout projects. It should fit most designs.",
"//": "If you change it, please make sure you understand what you are doing. We are not responsible",
"//": "if your project fails because of a bad configuration.",

"//": "!!! DO NOT EDIT THIS FILE unless you know what you are doing !!!",

"//": "If you get stuck with this config, please open an issue or get in touch via the discord.",

"//": "Here are some of the variables you may want to change:",

"PLACE_DENSITY": 0.75,
"TNS_END_PERCENT": 100,

"//": "Change the clock period here. 20000 ps = 20 ns corresponds to 50 MHz",
"ABC_CLOCK_PERIOD_IN_PS": 50000,

"//": "Increase this if you are getting 'Synthesized memory size exceeds maximum allowed bits' error:",
"SYNTH_MEMORY_MAX_BITS": 4096,

"//": "Setting to 1 may help decrease design area utilization / speed up routing:",
"ABC_AREA": 0,

"//": "Configuration docs: https://openroad-flow-scripts.readthedocs.io/en/latest/user/FlowVariables.html",

"//": "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!",
"//": "!!! DO NOT CHANGE ANYTHING BELOW THIS POINT !!!",
"//": "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!",

"//": "Power nets for IR drop analysis",
"PWR_NETS_VOLTAGES": "{VPWR 1.2}",
"GND_NETS_VOLTAGES": "{VGND 0.0}"
}
84 changes: 0 additions & 84 deletions src/config.tcl

This file was deleted.

0 comments on commit b33b073

Please sign in to comment.