lekernel changed the topic of #milkymist to: Milkymist One, Migen, Milkymist SoC & Flickernoise :: Logs: http://en.qi-hardware.com/mmlogs
mumptai has quit [Quit: Verlassend]
qi-bot has quit [Ping timeout: 264 seconds]
lekernel has joined #milkymist
ohama has quit [Ping timeout: 245 seconds]
ohama has joined #milkymist
<GitHub33> [milkymist-ng] sbourdeauducq pushed 4 new commits to master: http://git.io/H0pu9Q
<GitHub33> milkymist-ng/master 71e3bba Sebastien Bourdeauducq: dvisampler/decoding: hold C when DE=1
<GitHub33> milkymist-ng/master ea20b74 Sebastien Bourdeauducq: dvisampler/resdetection: use DE instead of hsync
<GitHub33> milkymist-ng/master e3e1dcd Sebastien Bourdeauducq: dvisampler: add sync polarity detection module (thanks Lars for suggestions)
ohama has quit [Ping timeout: 256 seconds]
Fallenou_ has joined #milkymist
Fallenou has quit [Remote host closed the connection]
ximian_ has joined #milkymist
jevin has quit [*.net *.split]
davidc__ has quit [*.net *.split]
robmyers has quit [*.net *.split]
froggyto1d has quit [*.net *.split]
jevin has joined #milkymist
davidc__ has joined #milkymist
froggyto1d has joined #milkymist
robmyers has joined #milkymist
kristianpaul has quit [Ping timeout: 260 seconds]
ximian has quit [Ping timeout: 260 seconds]
jevin has quit [*.net *.split]
davidc__ has quit [*.net *.split]
robmyers has quit [*.net *.split]
froggyto1d has quit [*.net *.split]
kristian1aul has joined #milkymist
antgreen has quit [*.net *.split]
stekern has quit [*.net *.split]
balrog has quit [*.net *.split]
azonenberg has quit [*.net *.split]
kristian1aul has quit [*.net *.split]
lekernel has quit [*.net *.split]
wpwrak has quit [*.net *.split]
mwalle has quit [*.net *.split]
sh4rm4 has quit [*.net *.split]
Hawk777 has quit [*.net *.split]
fpgaminer has quit [*.net *.split]
ChanServ has quit [*.net *.split]
[florian] has quit [*.net *.split]
jevin has joined #milkymist
froggyto1d has joined #milkymist
davidc__ has joined #milkymist
robmyers has joined #milkymist
jevin has quit [Max SendQ exceeded]
kristian1aul has joined #milkymist
sh4rm4 has joined #milkymist
Hawk777 has joined #milkymist
stekern has joined #milkymist
azonenberg has joined #milkymist
balrog has joined #milkymist
fpgaminer has joined #milkymist
ChanServ has joined #milkymist
antgreen has joined #milkymist
[florian] has joined #milkymist
wpwrak has joined #milkymist
lekernel has joined #milkymist
mwalle has joined #milkymist
jevin has joined #milkymist
ohama has joined #milkymist
<GitHub90> [milkymist-ng] sbourdeauducq pushed 2 new commits to master: http://git.io/SXUxxA
<GitHub90> milkymist-ng/master d175e01 Sebastien Bourdeauducq: dvisampler: connect sync polarity detection
<GitHub90> milkymist-ng/master cb008a0 Sebastien Bourdeauducq: dvisampler/chansync: fix FIFO width
qi-bot has joined #milkymist
<GitHub27> [milkymist-ng] sbourdeauducq pushed 2 new commits to master: http://git.io/eHQo-Q
<GitHub27> milkymist-ng/master d05f3d2 Sebastien Bourdeauducq: chansync: bugfix
<GitHub27> milkymist-ng/master 9c0d13b Sebastien Bourdeauducq: tb: add chansync
kristian1aul has quit [Quit: Reconnecting]
kristianpaul has joined #milkymist
kristianpaul has joined #milkymist
mumptai has joined #milkymist
bhamilton has joined #milkymist
bhamilton has quit [Quit: Leaving.]
<lekernel> seriously, swapping two completely regular synchronous signals between logic results in
<lekernel> WARNING:Route:436 - The router has detected an unroutable situation for one or more connections. The router will finish the
<lekernel> rest of the
<lekernel> design and leave them as unrouted. The cause of this behavior is either an issue with the placement or unroutable placement constraints.
<lekernel> To allow you to use FPGA editor to isolate the problems, the following is a list of (up to 10) such unroutable connections:
<lekernel> Unroutable signal: m1crg/pllout4 pin: m1crg/vga_clock_gen/CLKIN
<lekernel> ISE is such a pile of shit
<larsc> yep
<lekernel> alright... let's unswap the signals, wait 15min, run the windu and motif based fpga editor bloatware, lock all suspicious components, swap the signals back, wait 15min, and try again ...
<lekernel> ah, I forgot the "instance not found" error cycles with a 5-minute wait before you can find what funny name Xst has made up for all of them
davidc__ has quit [Ping timeout: 252 seconds]
<lekernel> yay, got color and only slightly buggy FPGA decoding!
<larsc> nice
<Fallenou_> \o/
bhamilton has joined #milkymist
bhamilton has left #milkymist [#milkymist]
bhamilton has joined #milkymist
bhamilton has quit [Client Quit]
<lekernel> xdl is actually a bit less annoying to use than fpga editor for looking at instance placements
<lekernel> xdl -ncd2xdl top-routed.ncd then grep for the instance you're looking for
<GitHub198> [milkymist-ng] sbourdeauducq pushed 2 new commits to master: http://git.io/DUzouw
<GitHub198> milkymist-ng/master 784e96b Sebastien Bourdeauducq: build.py: LOC clock generator components to limit breakage of the ISE shitware
<GitHub198> milkymist-ng/master 11cbdf0 Sebastien Bourdeauducq: build.py: support single DVI sampler
<Fallenou_> a shame you need to lock components
<lekernel> it doesn't even work!!! wtf
<lekernel> it still gives me this "unroutable" bullshit when changing some constants (!) in the code...
<Fallenou_> -_-
<lekernel> with the same signals, and the LOCed components at the locations that worked just before
<lekernel> well, I suppose multicore machines are for running multiple copies of the ISE shitware with different PRNG seeds, hoping that at least one will not display some stupid error message and will meet timing
<Fallenou_> hum did you lock the PRNG seed ?
<Fallenou_> ah you said that
<lekernel> the most expensive Vivado license is $5795, wow ;)
<lekernel> I guess someone has to pay the tech support salaries ...
<Fallenou_> ;)
<Fallenou_> gn8 !
bhamilton has joined #milkymist
davidc__ has joined #milkymist
bhamilton has quit [Client Quit]
bhamilton has joined #milkymist
mumptai has quit [Ping timeout: 256 seconds]
mumptai has joined #milkymist
bhamilton has quit [Quit: Leaving.]
_whitelogger has joined #milkymist
hisham has quit [Ping timeout: 246 seconds]
hisham has joined #milkymist
mumptai has quit [Quit: Verlassend]