Fix space issues in tgt-blif

This commit is contained in:
Cary R 2013-08-06 17:04:03 -07:00
parent 6684b2db04
commit f054500fe2
3 changed files with 2 additions and 3 deletions

View File

@ -65,7 +65,6 @@ static int print_part_vp_mux(FILE*fd, ivl_lpm_t net)
// Only handle constant part select base.
assert(ivl_lpm_data(net,1) != 0);
ivl_nexus_t nex_out = ivl_lpm_q(net);
blif_nex_data_t*ned_out = blif_nex_data_t::get_nex_data(nex_out);