00:00
tpb has quit [Remote host closed the connection]
00:00
tpb has joined #yosys
00:17
Klotz has quit [Quit: Klotz]
04:01
preyalone has joined #yosys
05:55
kristianpaul has quit [Ping timeout: 260 seconds]
06:08
kristianpaul has joined #yosys
06:11
preyalone has quit [Quit: Connection closed for inactivity]
06:23
FabM has joined #yosys
06:23
FabM has quit [Changing host]
06:23
FabM has joined #yosys
06:29
Lord_Nightmare has quit [Ping timeout: 240 seconds]
06:38
Lord_Nightmare has joined #yosys
06:39
emeb_mac has quit [Quit: Leaving.]
07:19
whitequark has quit [Quit: Bridge terminating on SIGTERM]
07:19
jevinskie[m] has quit [Quit: Bridge terminating on SIGTERM]
07:19
sadoon_albader[m has quit [Quit: Bridge terminating on SIGTERM]
07:19
xiretza[m] has quit [Quit: Bridge terminating on SIGTERM]
07:19
pepijndevos[m] has quit [Quit: Bridge terminating on SIGTERM]
07:19
acharles has quit [Quit: Bridge terminating on SIGTERM]
07:19
nsmlzl has quit [Quit: Bridge terminating on SIGTERM]
07:19
diadatp has quit [Quit: Bridge terminating on SIGTERM]
07:23
diadatp has joined #yosys
07:25
acharles has joined #yosys
07:25
sadoon_albader[m has joined #yosys
07:25
pepijndevos[m] has joined #yosys
07:25
xiretza[m] has joined #yosys
07:25
jevinskie[m] has joined #yosys
07:25
whitequark has joined #yosys
07:26
nsmlzl has joined #yosys
08:45
kristianpaul has quit [Ping timeout: 246 seconds]
08:47
kristianpaul has joined #yosys
10:31
X-Scale` has joined #yosys
10:32
X-Scale has quit [Ping timeout: 272 seconds]
10:32
X-Scale` is now known as X-Scale
11:05
jevinskie[m] has quit [Quit: User was banned]
11:05
diadatp has quit [Quit: User was banned]
11:05
whitequark has quit [Quit: User was banned]
11:05
xiretza[m] has quit [Quit: User was banned]
11:05
acharles has quit [Quit: User was banned]
11:05
sadoon_albader[m has quit [Quit: User was banned]
11:05
pepijndevos[m] has quit [Quit: User was banned]
11:05
nsmlzl has quit [Quit: User was banned]
12:05
adjtm has joined #yosys
12:06
<
agg >
on ECP5 DP16KD memory, should INITVAL_XX attributes work to set initial values, when instantiating DP16KD directly?
12:07
<
gatecat >
yeah, hopefully...
12:07
<
agg >
I'm probably doing something else wrong then :p
12:07
<
tpb >
Title: dpaste: 3256Z22UZ (at dpaste.com)
12:08
<
agg >
I'm just getting all 0s on the output ports
12:08
<
agg >
but in a version that's read+write without initialisation it's working OK
12:08
<
gatecat >
they all need to be parameters, not attributes
12:09
<
agg >
all of those items?
12:09
<
agg >
the lattice pdf call them "attributes" -_-
12:09
<
agg >
do you know what the difference between STATIC and DYNAMIC is for INIT_DATA?
12:10
<
gatecat >
I don't think it actually changes anythingg
12:11
<
gatecat >
might be some lattice tool feature to patch memory in bitstreams, idk
12:11
<
agg >
ah maybe, yosys is complaining that there's no parameter INIT_DATA when I make it a param instead of an attrib
12:11
<
gatecat >
maybe keep that one an attribute
12:11
<
gatecat >
yosys and nextpnr don't look at it all either way
12:12
<
agg >
bleh, still all 0s on the output, I'll keep poking
12:20
<
agg >
getting some signs of life now i actually set the INIT_VAL to parameters as well as everything else, oops, thanks gatecat!
12:21
<
agg >
something's still not quite right somewhere but at least bits are toggling
12:22
<
gatecat >
I think the addresses need to be left-justified
12:23
<
gatecat >
the LSBs are either padded with zeros or used for byte enables
12:45
<
agg >
aah thanks gatecat, it was indeed the addresses needing left justifying, all working correctly now!
12:48
diadatp has joined #yosys
12:51
sadoon_albader[m has joined #yosys
12:51
pepijndevos[m] has joined #yosys
12:51
xiretza[m] has joined #yosys
12:51
whitequark has joined #yosys
12:51
acharles has joined #yosys
12:51
jevinskie[m] has joined #yosys
12:51
nsmlzl has joined #yosys
12:51
X-Scale has quit [Ping timeout: 240 seconds]
12:52
X-Scale` has joined #yosys
12:52
X-Scale` is now known as X-Scale
13:32
adjtm has quit [Ping timeout: 256 seconds]
15:16
ec has quit [Quit: ec]
15:43
dys has quit [Remote host closed the connection]
15:48
dys has joined #yosys
15:56
ec has joined #yosys
16:34
Lord_Nightmare has joined #yosys
17:25
adjtm has joined #yosys
17:55
FabM has quit [Ping timeout: 240 seconds]
18:17
FabM has joined #yosys
18:17
FabM has joined #yosys
18:44
Klotz has joined #yosys
18:58
josuah has joined #yosys
19:54
ZipCPU has quit [Remote host closed the connection]
19:56
ZipCPU has joined #yosys
20:04
FabM has quit [Quit: Leaving]
20:31
ec has quit [Ping timeout: 240 seconds]
20:53
ec has joined #yosys
21:37
<
shorne >
lkcl: yeah, definitely finding those bugs is the goal here. in our dcache we have a but where a invalidate followed by a write will miss the write and cause leave stale data in the dcache.
21:39
<
shorne >
I found that in via our c test programs, but our original formal testing written by the GSoC student, hence I am re-writing it. I have been able to find the problem, and now also I find there is an issue where a write may be missed if it's issued while dcache refill is in progress after a read succeeds
22:06
<
lkcl >
shorne: that's pretty damn awesome, to get that level of graphical detail in a terminal. i wonder if it works with xterm