Skip to content

Commit 9a3af93

Browse files
committed
Incorporating review comment about redundant lut_map file
1 parent 7acf304 commit 9a3af93

File tree

3 files changed

+0
-40
lines changed

3 files changed

+0
-40
lines changed

techlibs/quicklogic/Makefile.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
OBJS += techlibs/quicklogic/synth_quicklogic.o
33

44
$(eval $(call add_share_file,share/quicklogic,techlibs/quicklogic/cells_sim.v))
5-
$(eval $(call add_share_file,share/quicklogic,techlibs/quicklogic/qlf_k4n8_lut_map.v))
65
$(eval $(call add_share_file,share/quicklogic,techlibs/quicklogic/qlf_k4n8_cells_sim.v))
76
$(eval $(call add_share_file,share/quicklogic,techlibs/quicklogic/qlf_k4n8_arith_map.v))
87

techlibs/quicklogic/qlf_k4n8_lut_map.v

Lines changed: 0 additions & 30 deletions
This file was deleted.

techlibs/quicklogic/synth_quicklogic.cc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -212,15 +212,6 @@ struct SynthQuickLogicPass : public ScriptPass {
212212
run("opt_lut");
213213
}
214214

215-
if (check_label("map_cells")) {
216-
217-
std::string techMapArgs;
218-
techMapArgs += " -D NO_LUT -map +/quicklogic/" + family + "_lut_map.v";
219-
220-
run("techmap" + techMapArgs);
221-
run("clean");
222-
}
223-
224215
if (check_label("check")) {
225216
run("autoname");
226217
run("hierarchy -check");

0 commit comments

Comments
 (0)