yosys.git
9 years agoRemoved RTLIL::SigSpec::optimize()
Clifford Wolf [Wed, 23 Jul 2014 18:32:28 +0000 (20:32 +0200)]
Removed RTLIL::SigSpec::optimize()

9 years agoTurned RTLIL::SigSpec::optimize() to a no-op: a packed SigSpec is now always optimized
Clifford Wolf [Wed, 23 Jul 2014 18:11:55 +0000 (20:11 +0200)]
Turned RTLIL::SigSpec::optimize() to a no-op: a packed SigSpec is now always optimized

9 years agoFixed manual/CHAPTER_Prog/stubnets.cc
Clifford Wolf [Wed, 23 Jul 2014 17:36:43 +0000 (19:36 +0200)]
Fixed manual/CHAPTER_Prog/stubnets.cc

9 years agoRemoved RTLIL::SigSpec::expand() method
Clifford Wolf [Wed, 23 Jul 2014 14:09:27 +0000 (16:09 +0200)]
Removed RTLIL::SigSpec::expand() method

9 years agoAdded eclipse .setting folder to .gitignore
Clifford Wolf [Wed, 23 Jul 2014 17:30:21 +0000 (19:30 +0200)]
Added eclipse .setting folder to .gitignore

9 years agoFixed all users of SigSpec::chunks_rw() and removed it
Clifford Wolf [Wed, 23 Jul 2014 13:36:09 +0000 (15:36 +0200)]
Fixed all users of SigSpec::chunks_rw() and removed it

9 years agoReplaced RTLIL::SigSpec::operator!=() with inline version
Clifford Wolf [Wed, 23 Jul 2014 13:35:09 +0000 (15:35 +0200)]
Replaced RTLIL::SigSpec::operator!=() with inline version

9 years agoMerge branch: Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor
Clifford Wolf [Wed, 23 Jul 2014 08:05:42 +0000 (10:05 +0200)]
Merge branch: Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor

9 years agoRefactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3
Clifford Wolf [Wed, 23 Jul 2014 07:48:26 +0000 (09:48 +0200)]
Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3

9 years agoRefactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3
Clifford Wolf [Wed, 23 Jul 2014 06:40:31 +0000 (08:40 +0200)]
Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3

9 years agoRefactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 1/3
Clifford Wolf [Wed, 23 Jul 2014 07:00:16 +0000 (09:00 +0200)]
Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 1/3

9 years agoSome cleanups in RTLIL::SigChunk::SigChunk(const RTLIL::Const&)
Clifford Wolf [Wed, 23 Jul 2014 06:59:54 +0000 (08:59 +0200)]
Some cleanups in RTLIL::SigChunk::SigChunk(const RTLIL::Const&)

10 years agoSigSpec refactoring: More cleanups of old SigSpec use pattern
Clifford Wolf [Tue, 22 Jul 2014 21:50:21 +0000 (23:50 +0200)]
SigSpec refactoring: More cleanups of old SigSpec use pattern

10 years agoSigSpec refactoring: Added RTLIL::SigSpecIterator
Clifford Wolf [Tue, 22 Jul 2014 21:49:26 +0000 (23:49 +0200)]
SigSpec refactoring: Added RTLIL::SigSpecIterator

10 years agoSigSpec refactoring: cleanup of old SigSpec usage in fsm_* commands
Clifford Wolf [Tue, 22 Jul 2014 21:07:42 +0000 (23:07 +0200)]
SigSpec refactoring: cleanup of old SigSpec usage in fsm_* commands

10 years agoFixed memory corruption with new SigSpec API in proc_mux
Clifford Wolf [Tue, 22 Jul 2014 20:54:39 +0000 (22:54 +0200)]
Fixed memory corruption with new SigSpec API in proc_mux

10 years agoSigSpec refactoring: added RTLIL::SigSpec::operator[]
Clifford Wolf [Tue, 22 Jul 2014 20:54:03 +0000 (22:54 +0200)]
SigSpec refactoring: added RTLIL::SigSpec::operator[]

10 years agofixed memory leak in fsm_opt
Clifford Wolf [Tue, 22 Jul 2014 20:52:57 +0000 (22:52 +0200)]
fixed memory leak in fsm_opt

10 years agoSigSpec refactoring: rewrote some RTLIL::SigSpec methods to use unpacked form
Clifford Wolf [Tue, 22 Jul 2014 20:26:30 +0000 (22:26 +0200)]
SigSpec refactoring: rewrote some RTLIL::SigSpec methods to use unpacked form

10 years agoRemoved RTLIL::SigChunk::compare()
Clifford Wolf [Tue, 22 Jul 2014 19:40:52 +0000 (21:40 +0200)]
Removed RTLIL::SigChunk::compare()

10 years agoSigSpec refactoring: added RTLIL::SigSpec::bits() and pack/unpack api
Clifford Wolf [Tue, 22 Jul 2014 19:33:52 +0000 (21:33 +0200)]
SigSpec refactoring: added RTLIL::SigSpec::bits() and pack/unpack api

10 years agoSigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, created interim...
Clifford Wolf [Tue, 22 Jul 2014 18:58:44 +0000 (20:58 +0200)]
SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, created interim RTLIL::SigSpec::chunks_rw()

10 years agoSigSpec refactoring: change RTLIL::SigSpec::size() to be read-only
Clifford Wolf [Tue, 22 Jul 2014 18:39:13 +0000 (20:39 +0200)]
SigSpec refactoring: change RTLIL::SigSpec::size() to be read-only

10 years agoSigSpec refactoring: using the accessor functions everywhere
Clifford Wolf [Tue, 22 Jul 2014 18:15:14 +0000 (20:15 +0200)]
SigSpec refactoring: using the accessor functions everywhere

10 years agoSigSpec refactoring: renamed the SigSpec members to chunks_ and width_ and added...
Clifford Wolf [Tue, 22 Jul 2014 18:12:15 +0000 (20:12 +0200)]
SigSpec refactoring: renamed the SigSpec members to chunks_ and width_ and added accessor functions

10 years agoSigSpec refactoring: renamed chunks and width to __chunks and __width
Clifford Wolf [Tue, 22 Jul 2014 17:56:17 +0000 (19:56 +0200)]
SigSpec refactoring: renamed chunks and width to __chunks and __width

10 years agoFixed ilang parsing of process attributes
Clifford Wolf [Tue, 22 Jul 2014 18:35:58 +0000 (20:35 +0200)]
Fixed ilang parsing of process attributes

10 years agoFixed make rules for ilang parser
Clifford Wolf [Tue, 22 Jul 2014 18:18:05 +0000 (20:18 +0200)]
Fixed make rules for ilang parser

10 years agoUse "opt -fine" in test/vloght/test_mapopt.sh
Clifford Wolf [Mon, 21 Jul 2014 19:39:59 +0000 (21:39 +0200)]
Use "opt -fine" in test/vloght/test_mapopt.sh

10 years agoAdded "opt_const -keepdc"
Clifford Wolf [Mon, 21 Jul 2014 19:38:55 +0000 (21:38 +0200)]
Added "opt_const -keepdc"

10 years agoAdded mul to mux conversion to "opt_const -fine"
Clifford Wolf [Mon, 21 Jul 2014 15:19:50 +0000 (17:19 +0200)]
Added mul to mux conversion to "opt_const -fine"

10 years agoAdded "opt_const -fine" and "opt_reduce -fine"
Clifford Wolf [Mon, 21 Jul 2014 14:34:16 +0000 (16:34 +0200)]
Added "opt_const -fine" and "opt_reduce -fine"

10 years agoAdded "autoidx" statement to ilang file format
Clifford Wolf [Mon, 21 Jul 2014 13:15:18 +0000 (15:15 +0200)]
Added "autoidx" statement to ilang file format

10 years agoAdded opt_const support for simple identities
Clifford Wolf [Mon, 21 Jul 2014 12:09:11 +0000 (14:09 +0200)]
Added opt_const support for simple identities

10 years agoVarious improvements in test/vloghtb
Clifford Wolf [Mon, 21 Jul 2014 12:08:13 +0000 (14:08 +0200)]
Various improvements in test/vloghtb

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