3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +00:00
yosys/backends/cxxrtl
whitequark 164b0746d2 cxxrtl: s/sync_{wire,type}/edge_{wire,type}/. NFC.
The attribute for this is called (* cxxrtl.edge *), and there is
a planned attribute (* cxxrtl.sync *) that would cause blackbox
cell outputs to be added to sync defs rather than comb defs.
Rename the edge detector related stuff to avoid confusion.
2020-04-21 18:46:36 +00:00
..
cxxrtl.cc cxxrtl: s/sync_{wire,type}/edge_{wire,type}/. NFC. 2020-04-21 18:46:36 +00:00
cxxrtl.h cxxrtl: use one delta cycle for immediately converging netlists. 2020-04-21 16:14:45 +00:00
Makefile.inc write_cxxrtl: new backend. 2020-04-09 04:08:36 +00:00