Skip to content

Commit

Permalink
Merge pull request #831 from rdaly525/fix-term
Browse files Browse the repository at this point in the history
Unset corebit_term primitive expression lambda
  • Loading branch information
leonardt authored Jan 15, 2020
2 parents 5574709 + e070dc0 commit eee83c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/coreir/definitions/corebitVerilog.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ void CoreIRLoadVerilog_corebit(Context* c) {
{"const",{"value",
[](){ return vAST::make_id("value");
}}},
{"term",{"", [](){ return nullptr; }}},
{"tribuf",{"en ? in : 'hz",
[](){ return std::make_unique<vAST::TernaryOp>(
vAST::make_id("en"),
Expand Down

0 comments on commit eee83c0

Please sign in to comment.