00:21
<
_whitenotifier-1 >
[YoWASP/nextpnr] whitequark 5f3b94c - Update dependencies.
00:28
zignig has quit [Remote host closed the connection]
01:01
<
_whitenotifier-1 >
[YoWASP/yosys] whitequark 422f096 - Update dependencies.
02:06
yuriks has quit [Ping timeout: 268 seconds]
02:08
key2 has quit [Ping timeout: 240 seconds]
02:08
key2 has joined #nmigen
02:08
gatecat_ has joined #nmigen
02:08
ktemkin has joined #nmigen
02:08
gatecat has quit [Ping timeout: 268 seconds]
02:08
gatecat_ is now known as gatecat
02:08
benreynwar_ has joined #nmigen
02:09
benreynwar has quit [Ping timeout: 268 seconds]
02:09
benreynwar_ is now known as benreynwar
02:09
sorear has joined #nmigen
02:11
Qyriad has joined #nmigen
02:24
esden has joined #nmigen
02:24
yuriks has joined #nmigen
02:24
tucanae47_ has joined #nmigen
02:44
Degi has quit [Ping timeout: 252 seconds]
02:44
Degi_ has joined #nmigen
02:45
Degi_ is now known as Degi
03:27
peeps[zen] has joined #nmigen
04:39
_whitelogger has joined #nmigen
11:15
k-haze has joined #nmigen
12:41
<
FL4SHK >
dragonmux: thank.
14:26
<
FL4SHK >
So, AXI uses 0 for reset assertion, so how can I represent that in nMigen?
14:32
<
dragonmux >
AXI usually names the signal RESETB (B meaning bar), so reset_n in nMigen scheme.. which you can drive from the clock domain ResetSignal() with `m.d.comb += reset_n.eq(~ResetSignal())`
14:33
<
FL4SHK >
What is this RESETB?
14:33
<
FL4SHK >
I'm not familiar with this part of AXI
14:33
<
FL4SHK >
It's not part of the AXI4 stuff I've done at work.
14:33
<
dragonmux >
give us a sec, opening the AXI4 docs
14:34
<
FL4SHK >
`aresetn` is the name of the signal.
14:35
<
dragonmux >
it was ARESETn, our bad on the memory.. too wormed by Xilinx crimes where it becomes ARESETB
14:35
<
dragonmux >
but as said, in nMigen naming scheme that's reset_n so can be driven as above from ResetSignal()
14:36
<
dragonmux >
in our experience that's sufficient
14:36
<
FL4SHK >
Yeah, that part I get.
14:36
<
FL4SHK >
It makes sense.
14:57
<
FL4SHK >
Having a problem
14:57
<
FL4SHK >
Can't formally verify a signed divider
14:58
<
FL4SHK >
Oh, maybe there's a way
14:59
<
FL4SHK >
Yeah, I found a way.
15:15
<
FL4SHK >
Got it to pass!
16:43
nak has quit [Ping timeout: 264 seconds]
16:45
nak has joined #nmigen
18:23
bvernoux has joined #nmigen
18:49
lethalbit has quit [Ping timeout: 240 seconds]
18:50
lethalbit has joined #nmigen
20:11
peeps[zen] is now known as peepsalot
23:06
<
FL4SHK >
Formally verified my pipelined long divider!
23:07
<
FL4SHK >
Next I need to work on my instruction set....
23:32
lf_ has quit [Ping timeout: 252 seconds]
23:33
lf has joined #nmigen
23:39
k-haze has quit [Ping timeout: 268 seconds]