mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-05 01:27:43 +00:00
Added lutram
This commit is contained in:
parent
5d898ab223
commit
b0c4add642
7 changed files with 161 additions and 29 deletions
27
techlibs/nanoxplore/drams.txt
Normal file
27
techlibs/nanoxplore/drams.txt
Normal file
|
@ -0,0 +1,27 @@
|
|||
ram distributed $__NX_XRFB_64x18_ {
|
||||
abits 6;
|
||||
width 18;
|
||||
cost 10;
|
||||
init no_undef;
|
||||
prune_rom;
|
||||
|
||||
port sw "W" {
|
||||
clock anyedge;
|
||||
}
|
||||
port ar "R" {
|
||||
}
|
||||
}
|
||||
|
||||
ram distributed $__NX_XRFB_32x36_ {
|
||||
abits 5;
|
||||
width 36;
|
||||
cost 10;
|
||||
init no_undef;
|
||||
prune_rom;
|
||||
|
||||
port sw "W" {
|
||||
clock anyedge;
|
||||
}
|
||||
port ar "R" {
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue