Clifford Wolf
|
bc98a463a4
|
Merge pull request #952 from YosysHQ/clifford/fix370
Determine correct signedness and expression width in for-loop unrolling
|
2019-04-22 20:10:46 +02:00 |
Clifford Wolf
|
4ad0ea5c3c
|
Determine correct signedness and expression width in for loop unrolling, fixes #370
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-04-22 18:19:02 +02:00 |
Clifford Wolf
|
e158ea2097
|
Add log_debug() framework
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-04-22 17:25:52 +02:00 |
Clifford Wolf
|
b40af877f3
|
Merge pull request #909 from zachjs/master
support repeat loops with constant repeat counts outside of constant functions
|
2019-04-22 08:51:34 +02:00 |
Eddie Hung
|
42a6e0b0b9
|
Merge remote-tracking branch 'origin/clifford/libwb' into xaig
|
2019-04-21 14:49:18 -07:00 |
Clifford Wolf
|
5b7fea5245
|
Add "noblackbox" attribute
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-04-21 11:40:09 +02:00 |
Clifford Wolf
|
fb7f02be55
|
New behavior for front-end handling of whiteboxes
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-04-20 22:24:50 +02:00 |
Eddie Hung
|
21701cc1df
|
read_aiger to parse 'r' extension
|
2019-04-18 17:39:36 -07:00 |
Eddie Hung
|
8fe0a961b3
|
Merge remote-tracking branch 'origin/clifford/whitebox' into xaig
|
2019-04-18 09:00:06 -07:00 |
Clifford Wolf
|
f4abc21d8a
|
Add "whitebox" attribute, add "read_verilog -wb"
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-04-18 17:45:47 +02:00 |
Eddie Hung
|
e1b550d203
|
Ignore a/i/o/h XAIGER extensions
|
2019-04-17 10:55:23 -07:00 |
Eddie Hung
|
fecafb2207
|
Forgot backslashes
|
2019-04-12 18:22:44 -07:00 |
Eddie Hung
|
9bfcd80063
|
Handle __dummy_o__ and __const[01]__ in read_aiger not abc
|
2019-04-12 18:21:16 -07:00 |
Eddie Hung
|
c776db3320
|
Merge branch 'xaig' of github.com:YosysHQ/yosys into xaig
|
2019-04-12 17:09:24 -07:00 |
Eddie Hung
|
acf3f5694b
|
Fix inout handling for -map option
|
2019-04-12 17:02:24 -07:00 |
Eddie Hung
|
ada130b459
|
Also cope with duplicated CIs
|
2019-04-12 16:17:12 -07:00 |
Eddie Hung
|
1c6f0cffd9
|
Cope with an output having same name as an input (i.e. CO)
|
2019-04-12 12:27:07 -07:00 |
Eddie Hung
|
1a49cf29d8
|
parse_aiger() to rename all $lut cells after "clean"
|
2019-04-10 14:02:23 -07:00 |
Zachary Snow
|
5855024ccc
|
support repeat loops with constant repeat counts outside of constant functions
|
2019-04-09 12:28:32 -04:00 |
Eddie Hung
|
36efec01b8
|
Fix spacing
|
2019-04-08 16:37:22 -07:00 |
Eddie Hung
|
bca3cf6843
|
Merge branch 'master' into xaig
|
2019-04-08 16:31:59 -07:00 |
Clifford Wolf
|
dfb242c905
|
Add "read_ilang -lib"
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-04-05 17:31:49 +02:00 |
Clifford Wolf
|
584d2030bf
|
Build Verilog parser with -DYYMAXDEPTH=100000, fixes #906
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-29 16:32:44 +01:00 |
Clifford Wolf
|
7682629b79
|
Add "read -verific" and "read -noverific"
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-27 14:03:35 +01:00 |
Clifford Wolf
|
c863796e9f
|
Fix "verific -extnets" for more complex situations
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-26 14:17:46 +01:00 |
Clifford Wolf
|
638be461c3
|
Fix mem2reg handling of memories with upto data ports, fixes #888
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-21 22:21:17 +01:00 |
Clifford Wolf
|
da42f10765
|
Improve "read_verilog -dump_vlog[12]" handling of upto ranges
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-21 22:20:16 +01:00 |
Clifford Wolf
|
9b0e7af6d7
|
Improve read_verilog debug output capabilities
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-21 20:52:29 +01:00 |
Eddie Hung
|
02e8dc7ad2
|
Merge https://github.com/YosysHQ/yosys into read_aiger
|
2019-03-19 08:52:31 -07:00 |
Eddie Hung
|
3e89cf68bd
|
Add author name
|
2019-03-19 08:52:06 -07:00 |
Zachary Snow
|
a5f4b83637
|
fix local name resolution in prefix constructs
|
2019-03-18 20:43:20 -04:00 |
Clifford Wolf
|
17caaa3fa8
|
Improve handling of "full_case" attributes
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-14 17:51:21 +01:00 |
Clifford Wolf
|
d25a0c8ade
|
Improve handling of memories used in mem index expressions on LHS of an assignment
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-12 20:12:02 +01:00 |
Clifford Wolf
|
a4ddc569b4
|
Remove outdated "blocking assignment to memory" warning
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-12 20:10:55 +01:00 |
Clifford Wolf
|
ab5b50ae3c
|
Only set MEM2REG_FL_CONST_LHS/MEM2REG_FL_VAR_LHS for non-init writes, fixes #867
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-12 20:09:47 +01:00 |
Clifford Wolf
|
b02d9c2634
|
Fix handling of cases that look like sva labels, fixes #862
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-10 16:27:18 -07:00 |
Clifford Wolf
|
cebd21aa96
|
Merge pull request #858 from YosysHQ/clifford/svalabels
Add support for using SVA labels in yosys-smtbmc console output
|
2019-03-09 11:14:57 -08:00 |
Clifford Wolf
|
e7a34d342e
|
Also add support for labels on sva module items, fixes #699
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-08 22:55:09 -08:00 |
Eddie Hung
|
ee013fba54
|
Update help message for -chparam
|
2019-03-09 01:56:16 +00:00 |
Eddie Hung
|
2aa3903757
|
Add -chparam option to verific command
|
2019-03-09 01:54:01 +00:00 |
Eddie Hung
|
1dc060f32e
|
Fix spelling
|
2019-03-09 00:43:50 +00:00 |
Clifford Wolf
|
a330c68363
|
Fix handling of task output ports in clocked always blocks, fixes #857
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-07 22:44:37 -08:00 |
Clifford Wolf
|
22ff60850e
|
Add support for SVA labels in read_verilog
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-07 11:17:32 -08:00 |
Clifford Wolf
|
cda37830b0
|
Add hack for handling SVA labels via Verific
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-07 10:52:44 -08:00 |
Clifford Wolf
|
52f80718a7
|
Merge pull request #848 from YosysHQ/clifford/fix763
Fix error for wire decl in always block, fixes 763
|
2019-03-02 16:32:58 -08:00 |
Clifford Wolf
|
ae9286386d
|
Only run derive on blackbox modules when ports have dynamic size
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-02 12:36:46 -08:00 |
Clifford Wolf
|
3a51714451
|
Fix error for wire decl in always block, fixes #763
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-02 11:56:44 -08:00 |
Clifford Wolf
|
ce6695e22c
|
Fix $global_clock handling vs autowire
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-02 10:38:13 -08:00 |
Clifford Wolf
|
5d93dcce86
|
Fix $readmem[hb] for mem2reg memories, fixes #785
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-02 09:58:20 -08:00 |
Clifford Wolf
|
7cfae2c52f
|
Use mem2reg on memories that only have constant-index write ports
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-01 13:35:09 -08:00 |
Clifford Wolf
|
60e3c38054
|
Improve "read" error msg
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-02-28 20:34:42 -08:00 |
Eddie Hung
|
f7c7003a19
|
Merge remote-tracking branch 'origin/master' into xaig
|
2019-02-26 13:16:03 -08:00 |
Eddie Hung
|
da076344cc
|
parse_xaiger() to really pass single and multi-bit inout tests
|
2019-02-26 12:04:45 -08:00 |
Eddie Hung
|
8f02c846f6
|
parse_xaiger() to cope with multi bit inouts
|
2019-02-26 11:37:34 -08:00 |
Eddie Hung
|
316232a7dd
|
parse_xaiger() to untransform $inout.out output ports
|
2019-02-25 18:40:23 -08:00 |
Eddie Hung
|
721f6a14fb
|
read_aiger to accept empty string for clk_name, passable only if no latches
|
2019-02-25 15:34:02 -08:00 |
Clifford Wolf
|
1816fe06af
|
Fix handling of defparam for when default_nettype is none
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-02-24 20:09:41 +01:00 |
Clifford Wolf
|
a516b4fb5a
|
Check if Verific was built with DB_PRESERVE_INITIAL_VALUE
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-02-24 19:51:30 +01:00 |
Eddie Hung
|
07036b8bf7
|
read_aiger to work with symbol table
|
2019-02-21 17:01:07 -08:00 |
Eddie Hung
|
085ed9f487
|
Add attribution
|
2019-02-21 14:40:13 -08:00 |
Eddie Hung
|
3307295488
|
Merge branch 'read_aiger' into xaig
|
2019-02-21 14:27:32 -08:00 |
Clifford Wolf
|
23148ffae1
|
Fixes related to handling of autowires and upto-ranges, fixes #814
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-02-21 18:40:11 +01:00 |
Clifford Wolf
|
974927adcf
|
Fix handling of expression width in $past, fixes #810
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-02-21 17:55:33 +01:00 |
Clifford Wolf
|
28fba903c5
|
Fix segfault in printing of some internal error messages
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-02-21 17:40:52 +01:00 |
Eddie Hung
|
9e299a0908
|
read_aiger to not do -purge for clean
|
2019-02-20 17:33:04 -08:00 |
Eddie Hung
|
32853b1f8d
|
lut/not/and suffix to be ${lut,not,and}
|
2019-02-20 16:30:30 -08:00 |
Eddie Hung
|
abc1c2672e
|
read_aiger to also rename 0 index lut when wideports
|
2019-02-20 16:17:22 -08:00 |
Eddie Hung
|
f9702a8abe
|
read_aiger: new naming fixes
|
2019-02-20 12:39:51 -08:00 |
Eddie Hung
|
83b66861e9
|
read_aiger to name wires with internal name, less likely to clash
|
2019-02-20 11:22:56 -08:00 |
Eddie Hung
|
7b026c4bc3
|
Same for ascii AIGERs too
|
2019-02-19 15:15:50 -08:00 |
Eddie Hung
|
d304882cba
|
read_aiger to cope with non-unique POs
|
2019-02-19 15:14:08 -08:00 |
Eddie Hung
|
e79df5e70e
|
read_aiger to create sane $lut names, and rename when renaming driving wire
|
2019-02-19 12:27:50 -08:00 |
Eddie Hung
|
0b1fc46ae3
|
Add comment
|
2019-02-19 10:24:55 -08:00 |
Eddie Hung
|
54f719f446
|
Get rid of boost dep, fix the FIXMEs for Win32?
|
2019-02-19 10:19:53 -08:00 |
Eddie Hung
|
843e7fc8a7
|
Fix for using POSIX basename
|
2019-02-19 09:02:37 -08:00 |
Eddie Hung
|
8e1dbfac3a
|
Missing OSX headers?
|
2019-02-17 20:59:53 -08:00 |
Eddie Hung
|
9268a271fb
|
read_aiger to ignore line after ands for ascii, not binary
|
2019-02-17 12:07:14 -08:00 |
Eddie Hung
|
03a533d102
|
Merge https://github.com/YosysHQ/yosys into read_aiger
|
2019-02-17 11:44:01 -08:00 |
Eddie Hung
|
82459c16c4
|
In read_xaiger, do not construct ConstEval for every LUT
|
2019-02-16 22:22:29 -08:00 |
Eddie Hung
|
f60cd4ff9b
|
read_aiger to ignore output = input of same wire; also create new output for different wire
|
2019-02-16 21:53:03 -08:00 |
Eddie Hung
|
1a25ec4baa
|
read_aiger to disable log_debug
|
2019-02-16 13:45:51 -08:00 |
Eddie Hung
|
8f36013fac
|
read_xaiger() to use f.read() not readsome()
|
2019-02-16 08:58:25 -08:00 |
Eddie Hung
|
7523c87780
|
read_aiger() to cope with constant outputs, mixed wideports, do cleaning
|
2019-02-16 08:44:11 -08:00 |
Eddie Hung
|
8d757224ee
|
read_aiger with more asserts, and call clean
|
2019-02-15 11:52:05 -08:00 |
Eddie Hung
|
c7ef3863f3
|
Leave FIXME for clean
|
2019-02-13 17:19:30 -08:00 |
Eddie Hung
|
396da54b52
|
Use module->addLut()
|
2019-02-13 17:08:32 -08:00 |
Eddie Hung
|
13bf036bd6
|
Use ConstEval to compute LUT masks
|
2019-02-13 17:00:00 -08:00 |
Eddie Hung
|
f0f5d8a5cc
|
Merge remote-tracking branch 'origin/read_aiger' into xaig
|
2019-02-13 14:09:36 -08:00 |
Eddie Hung
|
06cf0555ee
|
Merge https://github.com/YosysHQ/yosys into xaig
|
2019-02-13 14:08:31 -08:00 |
Clifford Wolf
|
807b3c7697
|
Fix sign handling of real constants
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-02-13 12:36:47 +01:00 |
Eddie Hung
|
e9df9a466a
|
Add support for read_aiger -wideports
|
2019-02-12 12:58:10 -08:00 |
Eddie Hung
|
06ba81d41f
|
Add support for read_aiger -map
|
2019-02-12 12:16:37 -08:00 |
Eddie Hung
|
77d3627753
|
Parse 'm' in xaiger
|
2019-02-12 09:36:22 -08:00 |
Eddie Hung
|
6faad18874
|
Merge branch 'read_aiger' of github.com:eddiehung/yosys into read_aiger
|
2019-02-12 09:21:46 -08:00 |
Eddie Hung
|
a2ae393811
|
Use module->add{Not,And}Gate() functions
|
2019-02-12 09:21:15 -08:00 |
Eddie Hung
|
0124512f28
|
Add read_xaiger
|
2019-02-11 15:19:17 -08:00 |
Eddie Hung
|
04c580fde7
|
Do not break for constraints
|
2019-02-11 13:28:00 -08:00 |
Eddie Hung
|
727ba52504
|
No increment line_count for binary ANDs
|
2019-02-11 13:24:21 -08:00 |
Eddie Hung
|
bb4164481d
|
Do not ignore newline after AND in binary AIG
|
2019-02-11 11:51:44 -08:00 |
Eddie Hung
|
8886fa5506
|
addDff -> addDffGate as per @daveshah1
|
2019-02-08 13:17:53 -08:00 |