mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-04 09:07:42 +00:00
start implementing support for intel le based logic devices
This commit is contained in:
parent
c403c984dd
commit
36bd075865
34 changed files with 3058 additions and 0 deletions
6
tests/arch/intel_le/blockram.ys
Normal file
6
tests/arch/intel_le/blockram.ys
Normal file
|
@ -0,0 +1,6 @@
|
|||
read_verilog ../common/blockram.v
|
||||
chparam -set ADDRESS_WIDTH 10 -set DATA_WIDTH 10 sync_ram_sdp
|
||||
synth_intel_le -family cyclonev
|
||||
cd sync_ram_sdp
|
||||
select -assert-count 1 t:MISTRAL_M10K
|
||||
select -assert-none t:MISTRAL_M10K %% t:* %D
|
Loading…
Add table
Add a link
Reference in a new issue