]> Witch of Git - nan-gate/log
nan-gate
4 years agoFix errors in the synth_nan help message
Cassie Jones [Thu, 5 Mar 2020 17:25:26 +0000 (18:25 +0100)]
Fix errors in the synth_nan help message

4 years agoAdd install, use the installed cell libs
Cassie Jones [Wed, 4 Mar 2020 22:43:51 +0000 (23:43 +0100)]
Add install, use the installed cell libs

The extension needs to load a cell library in order to tech-map things,
and that means having a Verilog file at a locatable path. The Yosys
built-ins put them in the <share>/yosys directory, and so we install
things there and load them from there for convenience.

Using a path +/<path> will be rewritten inside Yosys to load from
<share>/yosys/<path>. I add a nangate/ sub-directory for namespacing
purposes during the install, and load things from +/nangate/<file>.

4 years agoImplement yosys passes to synthesize to NaN gates
Cassie Jones [Fri, 26 Apr 2019 06:01:46 +0000 (02:01 -0400)]
Implement yosys passes to synthesize to NaN gates