Searched refs:bram_type (Results 1 – 2 of 2) sorted by relevance
87 string top_opt, family_opt, bram_type, vout_file; member94 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()
6375 memory_bram -rules +/intel_alm/common/bram_<bram_type>.txt6376 techmap -map +/intel_alm/common/bram_<bram_type>_map.v