diff options
| author | vin <git@vineetk.net> | 2025-12-10 16:35:42 -0500 |
|---|---|---|
| committer | vin <git@vineetk.net> | 2025-12-10 16:39:36 -0500 |
| commit | 06b6b116934cc8341676f52f5f6040a038020c32 (patch) | |
| tree | f2db3531293b6de1a67a1e26a2aa1663f4d55082 /config.json | |
| parent | 36f4ec74c5d1247362bed901dbaf0a36970b4cd0 (diff) | |
this is quite a major shift. moves the project from a manual,
full-custom layout workflow to a more modern automated flow and a more
modern process (130nm vs 350nm). also improved the testbench.
migration also resolves previous manual routing-caused errors (like
the CONS logic bug and difficulty in implementing TG
logic).
this nearly halved the transistor count from 15k to 8k and reduced
area size by 300x.
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.json b/config.json new file mode 100644 index 0000000..0f2e115 --- /dev/null +++ b/config.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "DESIGN_NAME": "lisp_coproc", | ||
| 3 | "VERILOG_FILES": ["dir::rtl/lisp_coproc.sv"], | ||
| 4 | "CLOCK_PERIOD": 100, | ||
| 5 | "CLOCK_PORT": "clk" | ||
| 6 | } | ||
