aboutsummaryrefslogtreecommitdiffstats
path: root/frontends
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add "read -verific" and "read -noverific"Clifford Wolf2019-03-271-6/+28
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Fix "verific -extnets" for more complex situationsClifford Wolf2019-03-261-15/+71
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Fix mem2reg handling of memories with upto data ports, fixes #888Clifford Wolf2019-03-211-1/+10
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Improve "read_verilog -dump_vlog[12]" handling of upto rangesClifford Wolf2019-03-211-3/+6
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Improve read_verilog debug output capabilitiesClifford Wolf2019-03-213-15/+42
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Merge https://github.com/YosysHQ/yosys into read_aigerEddie Hung2019-03-198-110/+348
| |\
| | * fix local name resolution in prefix constructsZachary Snow2019-03-181-1/+5
| | |
| | * Improve handling of "full_case" attributesClifford Wolf2019-03-141-0/+9
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Improve handling of memories used in mem index expressions on LHS of an ↵Clifford Wolf2019-03-121-5/+16
| | | | | | | | | | | | | | | | | | assignment Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Remove outdated "blocking assignment to memory" warningClifford Wolf2019-03-121-10/+0
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Only set MEM2REG_FL_CONST_LHS/MEM2REG_FL_VAR_LHS for non-init writes, fixes #867Clifford Wolf2019-03-121-6/+8
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Fix handling of cases that look like sva labels, fixes #862Clifford Wolf2019-03-102-92/+66
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Merge pull request #858 from YosysHQ/clifford/svalabelsClifford Wolf2019-03-095-56/+201
| | |\ | | | | | | | | Add support for using SVA labels in yosys-smtbmc console output
| | | * Also add support for labels on sva module items, fixes #699Clifford Wolf2019-03-082-44/+113
| | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | | * Add support for SVA labels in read_verilogClifford Wolf2019-03-073-26/+89
| | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | | * Add hack for handling SVA labels via VerificClifford Wolf2019-03-071-1/+14
| | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * | Update help message for -chparamEddie Hung2019-03-091-1/+2
| | | |
| | * | Add -chparam option to verific commandEddie Hung2019-03-091-2/+18
| | | |
| | * | Fix spellingEddie Hung2019-03-091-1/+1
| | | |
| | * | Fix handling of task output ports in clocked always blocks, fixes #857Clifford Wolf2019-03-071-15/+18
| | |/ | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Merge pull request #848 from YosysHQ/clifford/fix763Clifford Wolf2019-03-021-1/+5
| | |\ | | | | | | | | Fix error for wire decl in always block, fixes 763
| | | * Fix error for wire decl in always block, fixes #763Clifford Wolf2019-03-021-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * | Only run derive on blackbox modules when ports have dynamic sizeClifford Wolf2019-03-022-0/+20
| | |/ | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Fix $global_clock handling vs autowireClifford Wolf2019-03-021-1/+1
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Fix $readmem[hb] for mem2reg memories, fixes #785Clifford Wolf2019-03-021-0/+35
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Use mem2reg on memories that only have constant-index write portsClifford Wolf2019-03-012-0/+13
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Improve "read" error msgClifford Wolf2019-02-281-1/+1
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Add author nameEddie Hung2019-03-191-0/+1
| | |
* | | Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-02-263-12/+23
|\ \ \ | | |/ | |/|
| * | Fix handling of defparam for when default_nettype is noneClifford Wolf2019-02-241-0/+4
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Check if Verific was built with DB_PRESERVE_INITIAL_VALUEClifford Wolf2019-02-241-0/+4
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Fixes related to handling of autowires and upto-ranges, fixes #814Clifford Wolf2019-02-212-9/+12
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Fix handling of expression width in $past, fixes #810Clifford Wolf2019-02-211-1/+1
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Fix segfault in printing of some internal error messagesClifford Wolf2019-02-211-2/+2
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | | parse_xaiger() to really pass single and multi-bit inout testsEddie Hung2019-02-261-10/+12
| | |
* | | parse_xaiger() to cope with multi bit inoutsEddie Hung2019-02-261-0/+11
| | |
* | | parse_xaiger() to untransform $inout.out output portsEddie Hung2019-02-251-5/+20
| | |
* | | read_aiger to accept empty string for clk_name, passable only if no latchesEddie Hung2019-02-251-0/+2
| | |
* | | read_aiger to work with symbol tableEddie Hung2019-02-211-8/+47
| | |
* | | Add attributionEddie Hung2019-02-211-1/+1
| | |
* | | Merge branch 'read_aiger' into xaigEddie Hung2019-02-211-2/+7
|\ \ \ | | |/ | |/|
| * | Fix for using POSIX basenameEddie Hung2019-02-191-2/+4
| | |
| * | Missing OSX headers?Eddie Hung2019-02-171-0/+5
| | |
| * | read_aiger to ignore line after ands for ascii, not binaryEddie Hung2019-02-171-2/+1
| | |
| * | Merge https://github.com/YosysHQ/yosys into read_aigerEddie Hung2019-02-171-5/+4
| |\|
* | | read_aiger to not do -purge for cleanEddie Hung2019-02-201-1/+1
| | |
* | | lut/not/and suffix to be ${lut,not,and}Eddie Hung2019-02-201-13/+13
| | |
* | | read_aiger to also rename 0 index lut when wideportsEddie Hung2019-02-201-2/+14
| | |
* | | read_aiger: new naming fixesEddie Hung2019-02-201-5/+5
| | |
* | | read_aiger to name wires with internal name, less likely to clashEddie Hung2019-02-201-18/+15
| | |