mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-18 01:02:19 +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
|
@ -18,7 +18,7 @@
|
|||
|
||||
// This is a purely-synchronous flop, that ABC9 can use for sequential synthesis.
|
||||
(* abc9_flop, lib_whitebox *)
|
||||
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