Renamed opt_const to opt_expr
authorClifford Wolf <clifford@clifford.at>
Thu, 31 Mar 2016 06:43:28 +0000 (08:43 +0200)
committerClifford Wolf <clifford@clifford.at>
Thu, 31 Mar 2016 06:46:56 +0000 (08:46 +0200)
commit1d0f0d668ade740c928c66c400476924abf62384
tree8215e3fb7c6fd92a8560217e0840a90a39a620e6
parentd31c968d76e99d5c7288d0eb844e041bb36aa77d
Renamed opt_const to opt_expr
15 files changed:
backends/btor/verilog2btor.sh
manual/APPNOTE_012_Verilog_to_BTOR.tex
manual/CHAPTER_Optimize.tex
manual/CHAPTER_Overview.tex
manual/PRESENTATION_ExSyn.tex
passes/opt/Makefile.inc
passes/opt/opt.cc
passes/opt/opt_const.cc [deleted file]
passes/opt/opt_expr.cc [new file with mode: 0644]
passes/sat/miter.cc
techlibs/common/prep.cc
techlibs/common/synth.cc
techlibs/common/techmap.v
techlibs/ice40/ice40_opt.cc
techlibs/ice40/synth_ice40.cc