index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not check signedness of post-adder (assume taken care of by DSP)
Eddie Hung
2019-09-05
2
-3
/
+0
*
Use filter instead of index; support wide enable muxes
Eddie Hung
2019-09-05
1
-4
/
+8
*
Do not make ff[MP]mux semioptional, use sigmap
Eddie Hung
2019-09-05
2
-5
/
+11
*
Add support for CEP
Eddie Hung
2019-09-05
2
-19
/
+36
*
Add support for CEB, remove check on nusers
Eddie Hung
2019-09-05
2
-15
/
+32
*
Cleanup
Eddie Hung
2019-09-05
1
-5
/
+2
*
Support CEA
Eddie Hung
2019-09-05
2
-9
/
+34
*
Get rid of sigBset too
Eddie Hung
2019-09-04
2
-12
/
+10
*
Get rid of sigAset
Eddie Hung
2019-09-04
1
-10
/
+14
*
Get rid of sigPused
Eddie Hung
2019-09-04
2
-16
/
+13
*
Compute sigP properly
Eddie Hung
2019-09-04
1
-1
/
+1
*
Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dsp
Eddie Hung
2019-09-04
4
-0
/
+68
|
\
|
*
Add peepopt_dffmuxext
Eddie Hung
2019-09-04
3
-0
/
+60
|
*
Add peepopt_dffmuxext tests
Eddie Hung
2019-09-04
1
-0
/
+8
*
|
Merge remote-tracking branch 'origin/master' into xc7dsp
Eddie Hung
2019-09-04
12
-24
/
+87
|
\
\
|
*
\
Merge pull request #1354 from emilazy/remove-which-use
whitequark
2019-09-04
1
-3
/
+3
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Replace `which` with `command -v` in Makefile too
Emily
2019-09-04
1
-3
/
+3
|
*
|
Merge pull request #1338 from YosysHQ/eddie/deferred_top
Eddie Hung
2019-09-04
3
-0
/
+58
|
|
\
\
|
|
*
|
Adopt @cliffordwolf's suggestion
Eddie Hung
2019-09-03
1
-10
/
+3
|
|
*
|
Expand test with `hierarchy' without -auto-top
Eddie Hung
2019-09-03
1
-0
/
+7
|
|
*
|
Add `read -noverific` before read
Eddie Hung
2019-09-03
1
-0
/
+1
|
|
*
|
Merge remote-tracking branch 'origin/master' into eddie/deferred_top
Eddie Hung
2019-09-03
72
-415
/
+1857
|
|
|
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge pull request #1351 from emilazy/remove-which-use
Clifford Wolf
2019-09-03
2
-2
/
+2
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Use `command -v` rather than `which`
Emily
2019-09-03
2
-2
/
+2
|
|
/
/
|
*
|
Merge branch 'master' of github.com:YosysHQ/yosys
Eddie Hung
2019-09-02
6
-21
/
+20
|
|
\
\
|
|
*
\
Merge pull request #1344 from YosysHQ/eddie/ice40_signed_macc
Eddie Hung
2019-09-01
3
-12
/
+10
|
|
|
\
\
|
|
|
*
|
Improve tests/ice40/macc.ys for SB_MAC16
Eddie Hung
2019-08-30
2
-7
/
+10
|
|
|
*
|
Do not restrict multiplier to unsigned
Eddie Hung
2019-08-30
1
-5
/
+0
|
|
*
|
|
Merge pull request #1347 from mmicko/fix_select_error_msg
Clifford Wolf
2019-09-01
1
-2
/
+2
|
|
|
\
\
\
|
|
|
*
|
|
Fix select command error msg, fixes issue #1081
Miodrag Milanovic
2019-09-01
1
-2
/
+2
|
|
*
|
|
|
Merge pull request #1346 from mmicko/fix_ecp5_cells_sim
David Shah
2019-09-01
1
-6
/
+7
|
|
|
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
Fix TRELLIS_FF simulation model
Miodrag Milanovic
2019-08-31
1
-6
/
+7
|
|
|
/
/
/
|
|
*
|
|
ecp5_gsr: Fix typo
David Shah
2019-08-31
1
-1
/
+1
|
*
|
|
|
Recognise built-in types (e.g. $_DFF_*)
Eddie Hung
2019-09-02
1
-3
/
+4
|
|
/
/
/
|
*
|
|
Missing dep for test_pmgen
Eddie Hung
2019-08-30
1
-1
/
+1
|
|
|
*
Add constant expression attribute to test
Eddie Hung
2019-08-29
1
-0
/
+1
|
|
|
*
Remove newline
Eddie Hung
2019-08-29
1
-1
/
+0
|
|
|
*
Restore non-deferred code, deferred case to ignore non constant attr
Eddie Hung
2019-08-29
1
-5
/
+12
|
|
|
*
-auto-top should check $abstract (deferred) modules with (* top *)
Eddie Hung
2019-08-28
1
-0
/
+31
|
|
|
*
read_verilog -defer should still populate module attributes
Eddie Hung
2019-08-28
1
-5
/
+6
|
|
|
*
Add failing test
Eddie Hung
2019-08-28
1
-0
/
+18
*
|
|
|
Support CEM
Eddie Hung
2019-09-04
2
-9
/
+33
*
|
|
|
st.ffP from if to assert
Eddie Hung
2019-09-03
1
-1
/
+2
*
|
|
|
Rename muxAB to postAddMux
Eddie Hung
2019-09-03
2
-44
/
+25
*
|
|
|
Use choices for addAB, now called postAdd
Eddie Hung
2019-09-03
2
-46
/
+29
*
|
|
|
Add support for load value into DSP48E1.P
Eddie Hung
2019-09-03
2
-30
/
+47
*
|
|
|
Process post-adder first since C could be used for load-P
Eddie Hung
2019-09-03
1
-18
/
+22
*
|
|
|
Use feedback path for MACC
Eddie Hung
2019-09-03
1
-15
/
+21
*
|
|
|
Fine tune xilinx_dsp pattern matcher
Eddie Hung
2019-08-30
1
-14
/
+18
*
|
|
|
Add macc test, with equiv_opt not currently passing
Eddie Hung
2019-08-30
2
-0
/
+54
[next]