aboutsummaryrefslogtreecommitdiffstats
path: root/tests/arch/intel_alm/fsm.ys
Commit message (Collapse)AuthorAgeFilesLines
* intel_alm: Add global buffer insertiongatecat2021-05-151-2/+2
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* intel_alm: Add IO buffer insertiongatecat2021-05-151-2/+2
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Replace opt_rmdff with opt_dff.Marcelina Koƛcielnicka2020-08-071-5/+7
|
* intel_alm: add Cyclone 10 GX testsDan Ravensloft2020-07-051-0/+22
|
* synth_intel_alm: Use dfflegalize.Marcelina Koƛcielnicka2020-07-041-1/+1
|
* Improve MISTRAL_FF specify rulesDan Ravensloft2020-07-041-1/+2
| | | | Co-authored-by: Eddie Hung <eddie@fpgeh.com>
* tests: update fsm.ys resource countEddie Hung2020-07-041-4/+4
| | | | | Suspect it is to do with map/set ordering in techmap; should be fixed by #1862?
* intel_alm: fix DFFE matchingDan Ravensloft2020-06-111-2/+3
|
* synth_intel_alm: alternative synthesis for Intel FPGAsDan Ravensloft2020-04-151-0/+18
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).