Home
last modified time | relevance | path

Searched refs:bram_type (Results 1 – 2 of 2) sorted by relevance

/dports/cad/yosys/yosys-yosys-0.12/techlibs/intel_alm/
H A Dsynth_intel_alm.cc87 string top_opt, family_opt, bram_type, vout_file; member
94 bram_type = "m10k"; in clear_flags()
174 bram_type = "m10k"; in execute()
176 bram_type = "m20k"; in execute()
197 bram_type = "<bram_type>"; in script()
264 run(stringf("memory_bram -rules +/intel_alm/common/bram_%s.txt", bram_type.c_str())); in script()
265 if (help_mode || bram_type != "m10k") in script()
266 run(stringf("techmap -map +/intel_alm/common/bram_%s_map.v", bram_type.c_str())); in script()
/dports/cad/yosys/yosys-yosys-0.12/manual/
H A Dcommand-reference-manual.tex6375 memory_bram -rules +/intel_alm/common/bram_<bram_type>.txt
6376 techmap -map +/intel_alm/common/bram_<bram_type>_map.v