yosys.git
10 years agoAdded support for scripts with labels
Clifford Wolf [Mon, 21 Jul 2014 11:28:12 +0000 (13:28 +0200)]
Added support for scripts with labels

10 years agoReplaced depricated NEW_WIRE macro with module->addWire() calls
Clifford Wolf [Mon, 21 Jul 2014 10:41:29 +0000 (12:41 +0200)]
Replaced depricated NEW_WIRE macro with module->addWire() calls

10 years agoRemoved deprecated module->new_wire()
Clifford Wolf [Mon, 21 Jul 2014 10:35:06 +0000 (12:35 +0200)]
Removed deprecated module->new_wire()

10 years agoWider range of cell types supported in "share" pass
Clifford Wolf [Mon, 21 Jul 2014 10:04:56 +0000 (12:04 +0200)]
Wider range of cell types supported in "share" pass

10 years agoBugfix in satgen for cells with wider in- than outputs.
Clifford Wolf [Mon, 21 Jul 2014 10:03:41 +0000 (12:03 +0200)]
Bugfix in satgen for cells with wider in- than outputs.

10 years agoAdded module->remove(), module->addWire(), module->addCell(), cell->check()
Clifford Wolf [Mon, 21 Jul 2014 10:02:55 +0000 (12:02 +0200)]
Added module->remove(), module->addWire(), module->addCell(), cell->check()

10 years agoAdded log_ping()
Clifford Wolf [Mon, 21 Jul 2014 10:01:45 +0000 (12:01 +0200)]
Added log_ping()

10 years agoUse ezSAT::non_incremental() in "share" pass
Clifford Wolf [Mon, 21 Jul 2014 00:08:38 +0000 (02:08 +0200)]
Use ezSAT::non_incremental() in "share" pass

10 years agoAdded ezSAT::keep_cnf() and ezSAT::non_incremental()
Clifford Wolf [Sun, 20 Jul 2014 23:49:59 +0000 (01:49 +0200)]
Added ezSAT::keep_cnf() and ezSAT::non_incremental()

10 years agoFixed ezSAT stand-alone build
Clifford Wolf [Sun, 20 Jul 2014 23:03:01 +0000 (01:03 +0200)]
Fixed ezSAT stand-alone build

10 years agoUpdated minisat
Clifford Wolf [Sun, 20 Jul 2014 23:01:26 +0000 (01:01 +0200)]
Updated minisat

10 years agoUsing relative path names in minisat headers
Clifford Wolf [Sun, 20 Jul 2014 23:00:39 +0000 (01:00 +0200)]
Using relative path names in minisat headers

10 years agoAdded yet another resource sharing test case
Clifford Wolf [Sun, 20 Jul 2014 18:45:01 +0000 (20:45 +0200)]
Added yet another resource sharing test case

10 years agoAdded support for resource sharing in mux control logic
Clifford Wolf [Sun, 20 Jul 2014 18:44:14 +0000 (20:44 +0200)]
Added support for resource sharing in mux control logic

10 years agoAdded "select -assert-count"
Clifford Wolf [Sun, 20 Jul 2014 18:15:49 +0000 (20:15 +0200)]
Added "select -assert-count"

10 years agoSupercell creation for $div/$mod worked all along, fixed test benches
Clifford Wolf [Sun, 20 Jul 2014 16:54:06 +0000 (18:54 +0200)]
Supercell creation for $div/$mod worked all along, fixed test benches

10 years agoImproved tests/share/generate.py
Clifford Wolf [Sun, 20 Jul 2014 15:06:57 +0000 (17:06 +0200)]
Improved tests/share/generate.py

10 years agoFixed creation of shift supercells in "share" pass
Clifford Wolf [Sun, 20 Jul 2014 15:06:36 +0000 (17:06 +0200)]
Fixed creation of shift supercells in "share" pass

10 years agoSmall fix in tests/vloghtb/run-test.sh
Clifford Wolf [Sun, 20 Jul 2014 15:05:20 +0000 (17:05 +0200)]
Small fix in tests/vloghtb/run-test.sh

10 years agoActivated tests/share in "make test"
Clifford Wolf [Sun, 20 Jul 2014 13:24:04 +0000 (15:24 +0200)]
Activated tests/share in "make test"

10 years agoAdded "miter -equiv -flatten"
Clifford Wolf [Sun, 20 Jul 2014 13:23:08 +0000 (15:23 +0200)]
Added "miter -equiv -flatten"

10 years agoAdded call_on_selection() and call_on_module() API
Clifford Wolf [Sun, 20 Jul 2014 13:16:10 +0000 (15:16 +0200)]
Added call_on_selection() and call_on_module() API

10 years agoAdded tests/vloghtb/test_share.sh
Clifford Wolf [Sun, 20 Jul 2014 11:20:52 +0000 (13:20 +0200)]
Added tests/vloghtb/test_share.sh

10 years agoAdded tests/share for testing "share" supercell creation
Clifford Wolf [Sun, 20 Jul 2014 12:55:10 +0000 (14:55 +0200)]
Added tests/share for testing "share" supercell creation

10 years agoAdded "share" supercell creation
Clifford Wolf [Sun, 20 Jul 2014 13:00:18 +0000 (15:00 +0200)]
Added "share" supercell creation

10 years agoAdded removing of always inactive cells to "share" pass
Clifford Wolf [Sun, 20 Jul 2014 09:41:57 +0000 (11:41 +0200)]
Added removing of always inactive cells to "share" pass

10 years agoProgress in "share" pass
Clifford Wolf [Sun, 20 Jul 2014 08:36:46 +0000 (10:36 +0200)]
Progress in "share" pass

10 years agoAdded std::set<RTLIL::SigBit> to RTLIL::SigSpec conversion
Clifford Wolf [Sun, 20 Jul 2014 09:00:09 +0000 (11:00 +0200)]
Added std::set<RTLIL::SigBit> to RTLIL::SigSpec conversion

10 years agoAdded SIZE() macro
Clifford Wolf [Sun, 20 Jul 2014 08:36:14 +0000 (10:36 +0200)]
Added SIZE() macro

10 years agoAdded log_cell()
Clifford Wolf [Sun, 20 Jul 2014 08:35:47 +0000 (10:35 +0200)]
Added log_cell()

10 years agoProgress in "share" pass
Clifford Wolf [Sun, 20 Jul 2014 01:03:04 +0000 (03:03 +0200)]
Progress in "share" pass

10 years agoAdded tests/vloghtb
Clifford Wolf [Sun, 20 Jul 2014 00:19:44 +0000 (02:19 +0200)]
Added tests/vloghtb

10 years agoUse functions instead of always blocks for $mux/$pmux/$safe_pmux in verilog backend
Clifford Wolf [Sun, 20 Jul 2014 00:16:30 +0000 (02:16 +0200)]
Use functions instead of always blocks for $mux/$pmux/$safe_pmux in verilog backend

10 years agoAdded support for $bu0 to verilog backend
Clifford Wolf [Sat, 19 Jul 2014 23:56:16 +0000 (01:56 +0200)]
Added support for $bu0 to verilog backend

10 years agoStarted to implement real resource sharing
Clifford Wolf [Sat, 19 Jul 2014 18:54:32 +0000 (20:54 +0200)]
Started to implement real resource sharing

10 years agoFixed log_id() memory corruption
Clifford Wolf [Sat, 19 Jul 2014 18:53:29 +0000 (20:53 +0200)]
Fixed log_id() memory corruption

10 years agoImproved memory_share log messages
Clifford Wolf [Sat, 19 Jul 2014 13:46:11 +0000 (15:46 +0200)]
Improved memory_share log messages

10 years agoMore verbose memory_share help message
Clifford Wolf [Sat, 19 Jul 2014 13:34:14 +0000 (15:34 +0200)]
More verbose memory_share help message

10 years agoAdded SAT-based write-port sharing to memory_share
Clifford Wolf [Sat, 19 Jul 2014 13:33:55 +0000 (15:33 +0200)]
Added SAT-based write-port sharing to memory_share

10 years agoAdded ModWalker helper class
Clifford Wolf [Sat, 19 Jul 2014 13:33:00 +0000 (15:33 +0200)]
Added ModWalker helper class

10 years agoSome "const" cleanups in SigMap
Clifford Wolf [Sat, 19 Jul 2014 13:32:39 +0000 (15:32 +0200)]
Some "const" cleanups in SigMap

10 years agoFixed bug in memory_share feedback-to-en code
Clifford Wolf [Sat, 19 Jul 2014 13:32:14 +0000 (15:32 +0200)]
Fixed bug in memory_share feedback-to-en code

10 years agoAdded translation from read-feedback to en-signals in memory_share
Clifford Wolf [Fri, 18 Jul 2014 14:46:40 +0000 (16:46 +0200)]
Added translation from read-feedback to en-signals in memory_share

10 years agoImproved seeding of color rng in show command
Clifford Wolf [Fri, 18 Jul 2014 14:44:45 +0000 (16:44 +0200)]
Improved seeding of color rng in show command

10 years agoOnly create collision detect logic in memory_share if necessary
Clifford Wolf [Fri, 18 Jul 2014 12:32:40 +0000 (14:32 +0200)]
Only create collision detect logic in memory_share if necessary

10 years agoBugfix in tests/memories/run-test.sh
Clifford Wolf [Fri, 18 Jul 2014 11:45:25 +0000 (13:45 +0200)]
Bugfix in tests/memories/run-test.sh

10 years agoadded tests/memories
Clifford Wolf [Fri, 18 Jul 2014 11:25:19 +0000 (13:25 +0200)]
added tests/memories

10 years agoAdded memory_share
Clifford Wolf [Fri, 18 Jul 2014 10:40:01 +0000 (12:40 +0200)]
Added memory_share

10 years agoAdded automatic conversion from RTLIL::SigSpec to std::vector<RTLIL::SigBit>
Clifford Wolf [Fri, 18 Jul 2014 09:36:34 +0000 (11:36 +0200)]
Added automatic conversion from RTLIL::SigSpec to std::vector<RTLIL::SigBit>

10 years agoApply opt_reduce WR_EN opts to the whole mux tree driving the WR_EN port
Clifford Wolf [Fri, 18 Jul 2014 08:28:45 +0000 (10:28 +0200)]
Apply opt_reduce WR_EN opts to the whole mux tree driving the WR_EN port

10 years agoAdded function-like cell creation helpers
Clifford Wolf [Fri, 18 Jul 2014 08:27:06 +0000 (10:27 +0200)]
Added function-like cell creation helpers

10 years agoAdded log_id() helper function
Clifford Wolf [Fri, 18 Jul 2014 08:26:01 +0000 (10:26 +0200)]
Added log_id() helper function

10 years agoAlso simulate unmapped memories in "make test"
Clifford Wolf [Thu, 17 Jul 2014 14:53:52 +0000 (16:53 +0200)]
Also simulate unmapped memories in "make test"

10 years agoImplemented dynamic bit-/part-select for memory writes
Clifford Wolf [Thu, 17 Jul 2014 14:49:23 +0000 (16:49 +0200)]
Implemented dynamic bit-/part-select for memory writes

10 years agoFixed simlib.v model for $mem
Clifford Wolf [Thu, 17 Jul 2014 14:48:36 +0000 (16:48 +0200)]
Fixed simlib.v model for $mem

10 years agoAdded support for bit/part select to mem2reg rewriter
Clifford Wolf [Thu, 17 Jul 2014 11:49:32 +0000 (13:49 +0200)]
Added support for bit/part select to mem2reg rewriter

10 years agoAdded support for constant bit- or part-select for memory writes
Clifford Wolf [Thu, 17 Jul 2014 11:13:21 +0000 (13:13 +0200)]
Added support for constant bit- or part-select for memory writes

10 years agoImproved opt_reduce handling of mem wr_en mux bits
Clifford Wolf [Thu, 17 Jul 2014 10:12:04 +0000 (12:12 +0200)]
Improved opt_reduce handling of mem wr_en mux bits

10 years agoFixed RTLIL::SigSpec::append_bit() for appending constants
Clifford Wolf [Thu, 17 Jul 2014 10:10:57 +0000 (12:10 +0200)]
Fixed RTLIL::SigSpec::append_bit() for appending constants

10 years agoAdded support for "blackbox" attribute to iopadmap
Clifford Wolf [Thu, 17 Jul 2014 06:59:07 +0000 (08:59 +0200)]
Added support for "blackbox" attribute to iopadmap

10 years agoAdded support for "blackbox" attribute to flatten/techmap
Clifford Wolf [Thu, 17 Jul 2014 06:58:51 +0000 (08:58 +0200)]
Added support for "blackbox" attribute to flatten/techmap

10 years agoAdded "inout" ports support to read_liberty
Clifford Wolf [Wed, 16 Jul 2014 16:12:46 +0000 (18:12 +0200)]
Added "inout" ports support to read_liberty

10 years agoSet blackbox attribute in "read_liberty -lib"
Clifford Wolf [Wed, 16 Jul 2014 16:12:16 +0000 (18:12 +0200)]
Set blackbox attribute in "read_liberty -lib"

10 years agoFixed spelling of "direction" in read_liberty messages
Clifford Wolf [Wed, 16 Jul 2014 16:02:28 +0000 (18:02 +0200)]
Fixed spelling of "direction" in read_liberty messages

10 years agoMerged new $mem/$memwr WR_EN interface
Clifford Wolf [Wed, 16 Jul 2014 12:15:33 +0000 (14:15 +0200)]
Merged new $mem/$memwr WR_EN interface

10 years agoChanged tests/techmap/mem_simple_4x1_map for new $mem/$memwr WR_EN interface
Clifford Wolf [Wed, 16 Jul 2014 11:46:27 +0000 (13:46 +0200)]
Changed tests/techmap/mem_simple_4x1_map for new $mem/$memwr WR_EN interface

10 years agoimproved opt_reduce for $mem/$memwr WR_EN multiplexers
Clifford Wolf [Wed, 16 Jul 2014 11:37:41 +0000 (13:37 +0200)]
improved opt_reduce for $mem/$memwr WR_EN multiplexers

10 years agochanges in verilog frontend for new $mem/$memwr WR_EN interface
Clifford Wolf [Wed, 16 Jul 2014 10:23:47 +0000 (12:23 +0200)]
changes in verilog frontend for new $mem/$memwr WR_EN interface

10 years agoChanges to "memory" pass for new $memwr/$mem WR_EN interface
Clifford Wolf [Wed, 16 Jul 2014 10:13:13 +0000 (12:13 +0200)]
Changes to "memory" pass for new $memwr/$mem WR_EN interface

10 years agoUpdated simlib to new $mem/$memwr interface
Clifford Wolf [Wed, 16 Jul 2014 09:46:40 +0000 (11:46 +0200)]
Updated simlib to new $mem/$memwr interface

10 years agoChanged the $mem/$memwr WR_EN input to a per-data-bit enable signal
Clifford Wolf [Wed, 16 Jul 2014 09:38:02 +0000 (11:38 +0200)]
Changed the $mem/$memwr WR_EN input to a per-data-bit enable signal

10 years agoAdded note to "make test": use git checkout of iverilog
Clifford Wolf [Wed, 16 Jul 2014 08:03:07 +0000 (10:03 +0200)]
Added note to "make test": use git checkout of iverilog

10 years agoAdded passing of various options to vhdl2verilog
Clifford Wolf [Sat, 12 Jul 2014 08:02:39 +0000 (10:02 +0200)]
Added passing of various options to vhdl2verilog

10 years agoUse "verilog -sv" to parse .sv files
Clifford Wolf [Fri, 11 Jul 2014 11:10:51 +0000 (13:10 +0200)]
Use "verilog -sv" to parse .sv files

10 years agoFixed processing of initial values for block-local variables
Clifford Wolf [Fri, 11 Jul 2014 11:05:53 +0000 (13:05 +0200)]
Fixed processing of initial values for block-local variables

10 years agonow ignore init attributes on non-register wires in sat command
Clifford Wolf [Sat, 5 Jul 2014 09:17:40 +0000 (11:17 +0200)]
now ignore init attributes on non-register wires in sat command

10 years agofixed parsing of constant with comment between size and value
Clifford Wolf [Wed, 2 Jul 2014 04:27:04 +0000 (06:27 +0200)]
fixed parsing of constant with comment between size and value

10 years agosmall changes in presentation
Clifford Wolf [Wed, 2 Jul 2014 04:16:31 +0000 (06:16 +0200)]
small changes in presentation

10 years agoTiny fix in presentation
Clifford Wolf [Sun, 29 Jun 2014 07:27:03 +0000 (09:27 +0200)]
Tiny fix in presentation

10 years agoProgress in presentation
Clifford Wolf [Sun, 29 Jun 2014 07:14:49 +0000 (09:14 +0200)]
Progress in presentation

10 years agoAdded links to some liberty files to README
Clifford Wolf [Sat, 28 Jun 2014 10:11:42 +0000 (12:11 +0200)]
Added links to some liberty files to README

10 years agoProgress in presentation
Clifford Wolf [Thu, 26 Jun 2014 20:05:39 +0000 (22:05 +0200)]
Progress in presentation

10 years agoFixed handling of mixed real/int ternary expressions
Clifford Wolf [Wed, 25 Jun 2014 08:05:36 +0000 (10:05 +0200)]
Fixed handling of mixed real/int ternary expressions

10 years agoMore found_real-related fixes to AstNode::detectSignWidthWorker
Clifford Wolf [Tue, 24 Jun 2014 13:08:48 +0000 (15:08 +0200)]
More found_real-related fixes to AstNode::detectSignWidthWorker

10 years agoProgress in presentation
Clifford Wolf [Sun, 22 Jun 2014 10:50:29 +0000 (12:50 +0200)]
Progress in presentation

10 years agoLittle steps in realmath test bench
Clifford Wolf [Sat, 21 Jun 2014 19:43:04 +0000 (21:43 +0200)]
Little steps in realmath test bench

10 years agofixed signdness detection for expressions with reals
Clifford Wolf [Sat, 21 Jun 2014 19:41:13 +0000 (21:41 +0200)]
fixed signdness detection for expressions with reals

10 years agofixed typo
Clifford Wolf [Sat, 21 Jun 2014 19:13:18 +0000 (21:13 +0200)]
fixed typo

10 years agoProgress in presentation
Clifford Wolf [Sat, 21 Jun 2014 14:33:33 +0000 (16:33 +0200)]
Progress in presentation

10 years agoDo not create $dffsr cells with no-op resets in proc_dff
Clifford Wolf [Thu, 19 Jun 2014 10:29:29 +0000 (12:29 +0200)]
Do not create $dffsr cells with no-op resets in proc_dff

10 years agoAdded test case for AstNode::MEM2REG_FL_CMPLX_LHS
Clifford Wolf [Tue, 17 Jun 2014 19:49:59 +0000 (21:49 +0200)]
Added test case for AstNode::MEM2REG_FL_CMPLX_LHS

10 years agoAdded AstNode::MEM2REG_FL_CMPLX_LHS
Clifford Wolf [Tue, 17 Jun 2014 19:39:25 +0000 (21:39 +0200)]
Added AstNode::MEM2REG_FL_CMPLX_LHS

10 years agoImproved handling of relational op of real values
Clifford Wolf [Tue, 17 Jun 2014 10:47:51 +0000 (12:47 +0200)]
Improved handling of relational op of real values

10 years agoLittle steps in realmath test bench
Clifford Wolf [Mon, 16 Jun 2014 13:21:08 +0000 (15:21 +0200)]
Little steps in realmath test bench

10 years agoImproved ternary support for real values
Clifford Wolf [Mon, 16 Jun 2014 13:12:24 +0000 (15:12 +0200)]
Improved ternary support for real values

10 years agoUse undef (x/z vs. NaN) rules for real values from IEEE Std 1800-2012
Clifford Wolf [Mon, 16 Jun 2014 13:05:37 +0000 (15:05 +0200)]
Use undef (x/z vs. NaN) rules for real values from IEEE Std 1800-2012

10 years agoFixed parsing of TOK_INTEGER (implies TOK_SIGNED)
Clifford Wolf [Mon, 16 Jun 2014 13:02:40 +0000 (15:02 +0200)]
Fixed parsing of TOK_INTEGER (implies TOK_SIGNED)

10 years agoAdded found_real feature to AstNode::detectSignWidth
Clifford Wolf [Mon, 16 Jun 2014 13:00:57 +0000 (15:00 +0200)]
Added found_real feature to AstNode::detectSignWidth

10 years agoAdded more calls to "hierarchy" to README file
Clifford Wolf [Sun, 15 Jun 2014 09:51:51 +0000 (11:51 +0200)]
Added more calls to "hierarchy" to README file

10 years agoRemoved long running tests from tests/simple/realexpr.v (replaced by tests/realmath)
Clifford Wolf [Sun, 15 Jun 2014 07:39:22 +0000 (09:39 +0200)]
Removed long running tests from tests/simple/realexpr.v (replaced by tests/realmath)