FFY00 has quit [Read error: Connection reset by peer]
FFY00 has joined #litex
specialchirp has joined #litex
lkcl has quit [Ping timeout: 265 seconds]
lkcl has joined #litex
specialchirp has quit [Quit: Connection closed]
Degi_ has joined #litex
Degi has quit [Ping timeout: 240 seconds]
Degi_ is now known as Degi
CarlFK has joined #litex
zyp has quit [Ping timeout: 256 seconds]
zyp has joined #litex
Bertl_oO is now known as Bertl_zZ
sajattack[m] has quit [*.net *.split]
jryans has quit [*.net *.split]
xobs has quit [*.net *.split]
davidlattimore has quit [*.net *.split]
st-gourichon-fid has quit [*.net *.split]
tpb has quit [*.net *.split]
CarlFK has quit [*.net *.split]
Degi has quit [*.net *.split]
jimbzy has quit [*.net *.split]
TMM has quit [*.net *.split]
gruetzkopf has quit [*.net *.split]
joseng has quit [*.net *.split]
iTitou has quit [*.net *.split]
carlomaragno has quit [*.net *.split]
Finde has quit [*.net *.split]
disasm[m] has quit [*.net *.split]
promach3 has quit [*.net *.split]
x56 has quit [*.net *.split]
sajattack[m] has joined #litex
xobs has joined #litex
davidlattimore has joined #litex
st-gourichon-fid has joined #litex
jryans has joined #litex
carlomaragno has joined #litex
Finde has joined #litex
CarlFK has joined #litex
TMM has joined #litex
jimbzy has joined #litex
Degi has joined #litex
CarlFK[m] has quit [Ping timeout: 244 seconds]
apolkosnik[m] has quit [Ping timeout: 268 seconds]
sajattack[m] has quit [Ping timeout: 258 seconds]
jryans has quit [Ping timeout: 258 seconds]
xobs has quit [Ping timeout: 258 seconds]
david-sawatzke[m has quit [Ping timeout: 240 seconds]
jevinskie[m] has quit [Ping timeout: 265 seconds]
leons has quit [Ping timeout: 240 seconds]
x56 has joined #litex
tpb has joined #litex
iTitou has joined #litex
joseng has joined #litex
gruetzkopf has joined #litex
disasm[m] has joined #litex
apolkosnik[m] has joined #litex
CarlFK[m] has joined #litex
disasm[m] has quit [Ping timeout: 244 seconds]
CarlFK[m] has quit [Ping timeout: 265 seconds]
apolkosnik[m] has quit [Ping timeout: 265 seconds]
CarlFK has quit [Quit: Leaving.]
xobs has joined #litex
sajattack[m] has joined #litex
jryans has joined #litex
leons has joined #litex
promach3 has joined #litex
jevinskie[m] has joined #litex
david-sawatzke[m has joined #litex
disasm[m] has joined #litex
CarlFK[m] has joined #litex
apolkosnik[m] has joined #litex
Dolu has joined #litex
<nickoe>
hmm, maybe I am missing the clk definition to the flash
<nickoe>
Ok, I think it is a bit more consistent now, at least the flash_erased command completed. I am not so sure about the mem_read though, https://dpaste.com/829M8MBP9
<nickoe>
ah, ok, an outdated csr.csv that I had laying around
<nickoe>
This wishbone remote client stuff if pretty cool. I am not sure how it works, but it apperas thta if I just do writes to a regiter in a forloop that I can run that with about 20Hz. It apperas as if the operations are buffered or offloaded to the server, as the test script has returned, but the registeres are still updated. That I can see with the logic analyzer on some pins.
<nickoe>
_florent_: I know this interface is not intended to be a streaming interface, but is it possible to make considerably faster?
<nickoe>
mmm ERROR: [DRC MDRV-1] Multiple Driver Nets: Net OBUFDS_1/OB has multiple drivers: OBUFDS_1/N/O, and OBUFDS_1/P/O.
<nickoe>
vivado does not seem that happy with my attempt to make a differential clock output, https://dpaste.com/42VXRZDUS
<tpb>
Title: dpaste: 42VXRZDUS (at dpaste.com)
<nickoe>
Ok, that was becasue I had the same signal to both outputs the the DifferentialOutput special.. but now.. ERROR: [Place 30-99] Placer failed with error: 'IO Clock Placer failed'
<_florent_>
nickoe: sorry I'm no very present the weekend here, but it seems you are solving the issues yourself :) (and so also learning the hard way)
<nickoe>
yeah, sort of ,but now I am utterly stuck
<nickoe>
I am trying to put a clock signal out as a differential output
<nickoe>
mmm CRITICAL WARNING: [Vivado 12-1411] Cannot set LOC property of ports, the positive port (P-side) 'dac_clkx_p' of a differential pair cannot be placed on a negative package pin 'L4' (IOBS). [/home/nickoe/litex_test/dangerous_litex/litex-boards/litex_boards/targets/build/mars_ax3/gateware/mars_ax3.xdc:409]
<nickoe>
Ok, made some minor fixes... crossed fingers!
<nickoe>
_florent_: Is there not compatible IOStandard I can use for this? ERROR: [DRC BIVC-1] Bank IO standard Vcc: Conflicting Vcc voltages in bank 34. For example, the following two ports in this bank have conflicting VCCOs:
<nickoe>
dac_clkx_p (DIFF_HSTL_II_18, requiring VCCO=1.800) and dac_data_a[0] (LVCMOS33, requiring VCCO=3.300)
<nickoe>
I tried to add DIFF_LVCMOS33, but
<nickoe>
CRITICAL WARNING: [Common 17-69] Command failed: Invalid I/O Standard 'DIFF_LVCMOS33'. Default I/O Standard is used instead [/home/nickoe/litex_test/dangerous_litex/litex-boards/litex_boards/targets/build/mars_ax3/gateware/mars_ax3.xdc:410]
<nickoe>
My DAC, MAX5854 "The differential input accepts an input range of ≥0.5V P-P and a common-mode range of 1V to (CV DD - 0.5V), making the part ideal for low-input amplitude clock drives."
<nickoe>
But unfortunately the clock signal and the data signals are in the same bank.