mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-02 00:00:44 +00:00
start cleaning rams
This commit is contained in:
parent
370517b1e6
commit
a5bfb23b47
8 changed files with 101 additions and 27 deletions
27
techlibs/nanoxplore/rf_rams_u.txt
Normal file
27
techlibs/nanoxplore/rf_rams_u.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