mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 03:31:24 +00:00
intel_alm: add $__ prefix to MISTRAL_FF_SYNCONLY
This commit is contained in:
parent
83cde2d02b
commit
3db3e1e149
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
// After performing sequential synthesis, map the synchronous flops back to
|
||||
// standard MISTRAL_FF flops.
|
||||
|
||||
module MISTRAL_FF_SYNCONLY(
|
||||
module $__MISTRAL_FF_SYNCONLY (
|
||||
input DATAIN, CLK, ENA, SCLR, SLOAD, SDATA,
|
||||
output reg Q
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue