iverilog/tgt-blif
Stephen Williams 1b79df810f Handle DFF with clock-enable in blif code generator
In the ASIC universe, it is (probably) OK to replace a DFF CE
with a mux of the D input with the Q output. The idea is that
if the CE is true, the DFF latches D, but if CE is false, the DFF
re-latches the current output.
2013-08-25 12:27:57 -07:00
..
Makefile.in blif support for IVL_LPM_FF devices. 2013-08-25 12:27:56 -07:00
README-BLIF.txt Add a README-BLIF.txt file for the blif target. 2013-08-01 17:28:04 -07:00
blif-s.conf Initial BLIF code generator. 2013-08-01 17:28:03 -07:00
blif.cc Fix space issues in tgt-blif 2013-08-06 17:09:37 -07:00
blif.conf Always turn on ivl synthesis for blif target. 2013-08-25 12:27:55 -07:00
constants.cc Follow non-canonical bit numbering. 2013-08-01 17:28:03 -07:00
logic_gate.cc Fix blif handling of wide ligic gates. 2013-08-12 19:50:32 -07:00
lpm.cc blif support for IVL_LPM_FF devices. 2013-08-25 12:27:56 -07:00
lpm_add.cc Generate blif code for IVL_LPM_SUB device. 2013-08-01 17:28:04 -07:00
lpm_cmp_eq.cc BLIF support for IVL_LPM_CMP_EQ and IVL_LPM_CMP_NE 2013-08-01 17:28:04 -07:00
lpm_cmp_gt.cc blif support for unsigned magnitude comparison. 2013-08-01 17:28:04 -07:00
lpm_ff.cc Handle DFF with clock-enable in blif code generator 2013-08-25 12:27:57 -07:00
lpm_mux.cc Force calculation of blif_nex_data_t width for lib_mux_s1 devices. 2013-08-25 12:27:56 -07:00
lpm_part_vp.cc Fix space issues in tgt-blif 2013-08-06 17:09:37 -07:00
lpm_re_logic.cc Add blif LIB_RE_* gates support. 2013-08-01 17:28:04 -07:00
nex_data.cc blif nex_data_t collects name data early. 2013-08-01 17:28:04 -07:00
nex_data.h blif nex_data_t collects name data early. 2013-08-01 17:28:04 -07:00
priv.h blif support for IVL_LPM_FF devices. 2013-08-25 12:27:56 -07:00