*** tpb has joined #litex | 00:00 | |
*** futarisIRCcloud has quit IRC | 02:35 | |
*** Dolu has quit IRC | 08:09 | |
*** Dolu has joined #litex | 08:14 | |
*** Dolu has quit IRC | 09:24 | |
*** Dolu has joined #litex | 09:25 | |
*** futarisIRCcloud has joined #litex | 09:27 | |
Dolu | https://github.com/enjoy-digital/VexRiscv-verilog updated with the fix the WFI freeze | 09:41 |
---|---|---|
tpb | Title: GitHub - enjoy-digital/VexRiscv-verilog: Using VexRiscv without installing Scala (at github.com) | 09:41 |
*** futarisIRCcloud has quit IRC | 11:37 | |
*** ambro718 has joined #litex | 17:14 | |
ambro718 | Will this do the expected thing? comb += sig.eq(default); comb+= If(condition, sig.eq(something)); ? | 18:56 |
_florent__ | ambro718: yes it will be fine | 19:03 |
ambro718 | Ok thanks. | 19:03 |
ambro718 | Is is a problem to have two sync drivers of a signal that may both execute and set it to the same value (set a single bit to 1)? | 19:29 |
_florent__ | no, the last assignment will win | 19:31 |
ambro718 | Makes sense, thanks. | 19:31 |
ambro718 | I think it would be nice if sync/comb weren't separate but it would be like in FSM, you'd use different ways to sync-assign and comb.assign. Like .eq() for comb-assign and .next() for sync-assign. | 19:36 |
*** ambro718 has quit IRC | 23:44 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!