Eddie Hung
|
941365b4bb
|
Comment out
|
2019-04-12 12:29:04 -07:00 |
Eddie Hung
|
04e466d5e4
|
Add support for synth_xilinx -abc9 and ignore abc9 -dress opt
|
2019-04-12 12:28:37 -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
|
f77da46a87
|
Merge remote-tracking branch 'origin/master' into xaig
|
2019-04-12 12:21:48 -07:00 |
Eddie Hung
|
db1a5ec6a2
|
Merge pull request #928 from litghost/add_xc7_sim_models
Add additional cells sim models for core 7-series primitives.
|
2019-04-12 11:52:45 -07:00 |
Keith Rothman
|
1f9235ede5
|
Remove BUFGCTRL, BUFHCE and LUT6_2 from cells_xtra.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
|
2019-04-12 09:35:15 -07:00 |
Clifford Wolf
|
9d6586b4e1
|
Merge pull request #933 from dh73/master
Fixing issues in CycloneV cell sim
|
2019-04-12 14:57:36 +02:00 |
Clifford Wolf
|
48bc203653
|
Merge pull request #932 from YosysHQ/eddie/fixdlatch
Recognise default entry in case even if all cases covered (fix for #931)
|
2019-04-12 14:57:01 +02:00 |
Diego
|
643ae9bfc5
|
Fixing issues in CycloneV cell sim
|
2019-04-11 19:59:03 -05:00 |
Eddie Hung
|
7685469ee2
|
Add default entry to testcase
|
2019-04-11 15:03:40 -07:00 |
Eddie Hung
|
adc6efb584
|
Recognise default entry in case even if all cases covered (#931)
|
2019-04-11 12:34:51 -07:00 |
Eddie Hung
|
2217d59e29
|
Add non-input bits driven by unrecognised cells as ci_bits
|
2019-04-10 18:06:33 -07:00 |
Eddie Hung
|
1a49cf29d8
|
parse_aiger() to rename all $lut cells after "clean"
|
2019-04-10 14:02:23 -07:00 |
Keith Rothman
|
e107ccdde8
|
Fix LUT6_2 definition.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
|
2019-04-09 11:43:19 -07:00 |
Keith Rothman
|
5e0339855f
|
Add additional cells sim models for core 7-series primatives.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
|
2019-04-09 09:01:53 -07:00 |
Eddie Hung
|
0deaccbaae
|
Fix a few typos
|
2019-04-08 16:46:33 -07:00 |
Eddie Hung
|
12c34136ba
|
More space fixing
|
2019-04-08 16:40:17 -07: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
|
e194e65358
|
Merge pull request #919 from YosysHQ/multiport_transp
memory_bram: Fix multiport make_transp
|
2019-04-08 21:14:05 +02:00 |
David Shah
|
2bf3ca6443
|
memory_bram: Fix multiport make_transp
Signed-off-by: David Shah <dave@ds0.me>
|
2019-04-07 16:56:31 +01: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
|
75ca06526a
|
Added missing argument checking to "mutate" command
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-04-04 18:10:10 +02:00 |
Eddie Hung
|
ef84b434a5
|
Merge pull request #913 from smunaut/fix_proc_mux
proc_mux: Fix crash when trying to optimize non-existant mux to shiftx
|
2019-04-03 06:27:41 -07:00 |
Sylvain Munaut
|
39380c45ba
|
proc_mux: Fix crash when trying to optimize non-existant mux to shiftx
last_mux_cell can be NULL ...
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
|
2019-04-03 14:50:12 +02:00 |
Clifford Wolf
|
721fa1cbd8
|
Merge pull request #912 from YosysHQ/bram_addr_en
memory_bram: Consider read enable for address expansion register
|
2019-04-03 10:00:18 +02:00 |
Clifford Wolf
|
3f6554d698
|
Merge pull request #910 from ucb-bar/memupdates
Refine memory support to deal with general Verilog memory definitions.
|
2019-04-03 09:59:11 +02:00 |
David Shah
|
6acbc016f4
|
memory_bram: Consider read enable for address expansion register
Signed-off-by: David Shah <dave@ds0.me>
|
2019-04-02 19:47:50 +01:00 |
Eddie Hung
|
aaa2690a56
|
Merge pull request #895 from YosysHQ/pmux2shiftx
RFC: Add a pmux-to-shiftx optimisation to proc_mux
|
2019-04-02 00:16:14 -07:00 |
Jim Lawson
|
73b87e7807
|
Refine memory support to deal with general Verilog memory definitions.
|
2019-04-01 15:02:12 -07:00 |
Clifford Wolf
|
22035c20ff
|
Merge pull request #907 from YosysHQ/clifford/fix906
Build Verilog parser with -DYYMAXDEPTH=100000
|
2019-03-30 00:09:42 +01: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
|
32bd0f22ec
|
Merge pull request #901 from trcwm/libertyfixes
Libertyfixes: accept superfluous ; at end of group.
|
2019-03-28 09:32:05 +01:00 |
Clifford Wolf
|
662429cc49
|
Merge pull request #903 from YosysHQ/bram_reset_transp
memory_bram: Reset make_transp when growing read ports
|
2019-03-28 09:30:48 +01:00 |
David Shah
|
60594ad40c
|
memory_bram: Reset make_transp when growing read ports
Signed-off-by: David Shah <dave@ds0.me>
|
2019-03-27 17:19:14 +00:00 |
Niels Moseley
|
263ab60b43
|
Liberty file parser now accepts superfluous ;
|
2019-03-27 15:17:58 +01:00 |
Niels Moseley
|
ee130f67cd
|
Liberty file parser now accepts superfluous ;
|
2019-03-27 15:16:19 +01:00 |
Niels Moseley
|
487cb45b87
|
Liberty file parser now accepts superfluous ;
|
2019-03-27 15:15:53 +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
|
2c7fe42ad1
|
Add "rename -output"
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-27 13:47:42 +01:00 |
Clifford Wolf
|
d351b7cb99
|
Improve "rename" help message
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-27 13:33:26 +01:00 |
Clifford Wolf
|
38b3fbd3f0
|
Add "cutpoint -undef"
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-26 16:01:14 +01:00 |
Clifford Wolf
|
d0b9b1bece
|
Add "hdlname" attribute
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-26 14:52:48 +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
|
ddc1a4488e
|
Add "cutpoint" pass
Signed-off-by: Clifford Wolf <clifford@clifford.at>
|
2019-03-25 19:49:00 +01:00 |
Eddie Hung
|
b7a3d35c6b
|
Create one $shiftx per bit in width
|
2019-03-25 11:16:56 -07:00 |
Clifford Wolf
|
9ec50ca7b9
|
Merge pull request #896 from YosysHQ/transp_fixes
memory_bram: Fix multiclock make_transp
|
2019-03-25 14:55:16 +01:00 |
Clifford Wolf
|
2bb9632944
|
Merge pull request #897 from trcwm/libertyfixes
Liberty parser: Accept ranges [A:B], and ignore missing ';'.
|
2019-03-25 14:47:33 +01:00 |
Niels Moseley
|
1f7f54e68e
|
spaces -> tabs
|
2019-03-25 14:12:04 +01:00 |
Niels Moseley
|
9d9cc8a314
|
EOL is now accepted as ';' replacement on lines that look like: feature_xyz(option)
|
2019-03-25 12:15:10 +01:00 |