Wednesday, 2019-06-05

*** tpb has joined #litex00:00
*** futarisIRCcloud has quit IRC02:35
*** Dolu has quit IRC08:09
*** Dolu has joined #litex08:14
*** Dolu has quit IRC09:24
*** Dolu has joined #litex09:25
*** futarisIRCcloud has joined #litex09:27
Doluhttps://github.com/enjoy-digital/VexRiscv-verilog updated with the fix the WFI freeze09:41
tpbTitle: GitHub - enjoy-digital/VexRiscv-verilog: Using VexRiscv without installing Scala (at github.com)09:41
*** futarisIRCcloud has quit IRC11:37
*** ambro718 has joined #litex17:14
ambro718Will this do the expected thing?  comb += sig.eq(default); comb+= If(condition, sig.eq(something)); ?18:56
_florent__ambro718: yes it will be fine19:03
ambro718Ok thanks.19:03
ambro718Is 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 win19:31
ambro718Makes sense, thanks.19:31
ambro718I 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 IRC23:44

Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!