aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/intel_alm/common/dff_sim.v
Commit message (Collapse)AuthorAgeFilesLines
* intel_alm: Add global buffer insertiongatecat2021-05-151-1/+3
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* intel_alm: add additional ABC9 timingsDan Ravensloft2020-07-231-27/+28
|
* Improve MISTRAL_FF specify rulesDan Ravensloft2020-07-041-5/+4
| | | | Co-authored-by: Eddie Hung <eddie@fpgeh.com>
* intel_alm: compose $__MISTRAL_FF_SYNCONLY from MISTRAL_FFEddie Hung2020-07-041-1/+1
|
* intel_alm: ABC9 sequential optimisationsDan Ravensloft2020-07-041-10/+32
|
* intel_alm: Documentation improvementsDan Ravensloft2020-04-211-0/+44
|
* synth_intel_alm: alternative synthesis for Intel FPGAsDan Ravensloft2020-04-151-0/+48
By operating at a layer of abstraction over the rather clumsy Intel primitives, we can avoid special hacks like `dffinit -highlow` in favour of simple techmapping. This also makes the primitives much easier to manipulate, and more descriptive (no more cyclonev_lcell_comb to mean anything from a LUT2 to a LUT6).