lekernel changed the topic of #milkymist to: Milkymist One, Migen, Milkymist SoC & Flickernoise :: Logs: http://en.qi-hardware.com/mmlogs
jimmythehorn has quit [Quit: jimmythehorn]
bhamilton has joined #milkymist
bhamilton has quit [Ping timeout: 245 seconds]
gbraad has joined #milkymist
hypermodern_ has quit [Remote host closed the connection]
xiangfu has joined #milkymist
bhamilton has joined #milkymist
bhamilton has quit [Ping timeout: 255 seconds]
<azonenberg> fpga_editor is terrible
<azonenberg> planahead actually makes decent UIs
<azonenberg> has*
<azonenberg> I just wish it had an option to show routing rather than just placement
<azonenberg> larsc: ooh
<azonenberg> very nice
bhamilton has joined #milkymist
bhamilton has quit [Ping timeout: 252 seconds]
bhamilton has joined #milkymist
bhamilton has quit [Ping timeout: 246 seconds]
bhamilton has joined #milkymist
bhamilton has quit [Ping timeout: 255 seconds]
kristianpaul has quit [Ping timeout: 245 seconds]
bhamilton has joined #milkymist
bhamilton has quit [Ping timeout: 245 seconds]
mumptai has joined #milkymist
bhamilton has joined #milkymist
bhamilton has quit [Ping timeout: 252 seconds]
fpgaminer has quit [Ping timeout: 258 seconds]
Martoni has joined #milkymist
bhamilton has joined #milkymist
bhamilton has quit [Quit: Leaving.]
bhamilton has joined #milkymist
mumptai has quit [Ping timeout: 264 seconds]
Martoni has quit [Read error: Connection reset by peer]
Martoni has joined #milkymist
lekernel has joined #milkymist
_florent_ has joined #milkymist
antgreen has quit [Ping timeout: 258 seconds]
antgreen has joined #milkymist
_florent_ has quit [Quit: Page closed]
_franck_ has joined #milkymist
_florent_ has joined #milkymist
<_florent_> Hi
<_florent_> miscope seems to work:
<_florent_> ;)
<_florent_> now I'm going to try implementing rle...
<larsc> cool stuff
xiangfu has quit [Ping timeout: 260 seconds]
xiangfu has joined #milkymist
<_florent_> thanks, now I will be able to debug the hdmi on the kc705 design ;)
bhamilton has quit [Quit: Leaving.]
xiangfu has quit [Ping timeout: 246 seconds]
bhamilton has joined #milkymist
Gurty has quit [Ping timeout: 260 seconds]
bhamilton has left #milkymist [#milkymist]
xiangfu has joined #milkymist
Gurty has joined #milkymist
<lekernel> _florent_, posted it on the Milkymist twitter
xiangfu has quit [Read error: Connection reset by peer]
xiangfu has joined #milkymist
antgreen has quit [Ping timeout: 245 seconds]
<Fallenou> :)
xiangfu has quit [Read error: Connection reset by peer]
xiangfu has joined #milkymist
antgreen has joined #milkymist
xiangfu has quit [Ping timeout: 252 seconds]
antgreen has quit [Ping timeout: 245 seconds]
xiangfu has joined #milkymist
xiangfu has quit [Quit: Reconnecting]
xiangfu has joined #milkymist
xiangfu has quit [Ping timeout: 276 seconds]
xiangfu has joined #milkymist
_florent_ has quit [Quit: Page closed]
wpwrak has joined #milkymist
bhamilton1 has joined #milkymist
bhamilton has joined #milkymist
bhamilton1 has quit [Read error: Connection reset by peer]
mumptai has joined #milkymist
gbraad has quit [Ping timeout: 245 seconds]
kristianpaul has joined #milkymist
kristianpaul has quit [Changing host]
kristianpaul has joined #milkymist
kristianpaul has quit [Client Quit]
antgreen has joined #milkymist
jimmythehorn has joined #milkymist
xiangfu has quit [Quit: leaving]
xiangfu has joined #milkymist
bhamilton has quit [Quit: Leaving.]
bhamilton has joined #milkymist
antgreen has quit [Ping timeout: 240 seconds]
Martoni has quit [Quit: ChatZilla 0.9.90 [Firefox 19.0.2/20130307164200]]
<GitHub169> [migen] sbourdeauducq pushed 2 new commits to master: http://git.io/XV46Hw
<GitHub169> migen/master 9d7c679 Sebastien Bourdeauducq: genlib/fifo: simple synchronous FIFO
<GitHub169> migen/master ca431fc Sebastien Bourdeauducq: fhdl/module: support clock domain remapping of submodules
* larsc implemented a generic synchronous fifo actor yesterday
antgreen has joined #milkymist
<lekernel> commit early, commit often... I did check github before writing this
<larsc> yours is more feature complete anyway, I didn't know about the memory api
<GitHub194> [milkymist-ng] sbourdeauducq pushed 1 new commit to master: http://git.io/VD75Eg
<GitHub194> milkymist-ng/master d65941d Sebastien Bourdeauducq: dvisampler: channel synchronization
<lekernel> heh, it's documented even
<larsc> like I read the documentation ;)
<lekernel> did I miss out something or the mess in fig. 3-6 of http://www.cs.unc.edu/Research/stc/FAQs/Video/dvi_spec-V1_0.pdf
<lekernel> can be replaced with Q0 = D0 XOR D9, Q1 = D1 XOR D0 XOR ~D8, Q2 = D2 XOR D1 XOR ~D8, etc.
xiangfu has quit [Remote host closed the connection]
<lekernel> (the right part)
<larsc> you mean the if/else part?
<lekernel> all that goes after "Active Data? -> TRUE"
<larsc> ~a xor ~b == a xor b and a xnor b == a xor b xor 1, so I guess yes
bhamilton has left #milkymist [#milkymist]
antgreen has quit [Ping timeout: 258 seconds]
bhamilton has joined #milkymist
antgreen has joined #milkymist
kay2 has joined #milkymist
<kay2> When we have a .NGR file, what simulator could be used against it ? only XILINX products ? basically I'd like to access it via python. is there a way for that ?
<lekernel> you can put the ngc (not ngr) into netgen and get a verilog netlist
bhamilton has quit [Read error: Connection reset by peer]
Gurty has quit [Ping timeout: 260 seconds]
mumptai has quit [Ping timeout: 264 seconds]
Gurty has joined #milkymist
antgreen has quit [Quit: Leaving]
_franck_ has left #milkymist ["Goog bye !"]
kay2 has quit [Ping timeout: 245 seconds]
<GitHub55> [milkymist-ng] sbourdeauducq pushed 2 new commits to master: http://git.io/G5BOpQ
<GitHub55> milkymist-ng/master 34b8388 Sebastien Bourdeauducq: dvisampler: decode before channel sync
<GitHub55> milkymist-ng/master 0376258 Sebastien Bourdeauducq: dvisampler: decoding
antgreen has joined #milkymist
lekernel has quit [Ping timeout: 245 seconds]
lekernel has joined #milkymist
jimmythehorn has quit [Quit: jimmythehorn]
antgreen has quit [Ping timeout: 260 seconds]
antgreen has joined #milkymist