Yehowshua has quit [Quit: Ping timeout (120 seconds)]
roamingr1 has quit [Ping timeout: 260 seconds]
emeb has joined #nmigen
revolve has quit [Read error: Connection reset by peer]
revolve has joined #nmigen
jeanthom has joined #nmigen
jeanthom has quit [Ping timeout: 240 seconds]
Degi has quit [*.net *.split]
moony has quit [*.net *.split]
mindw0rk has quit [*.net *.split]
mwk has quit [*.net *.split]
mindw0rk has joined #nmigen
moony has joined #nmigen
Degi has joined #nmigen
mwk has joined #nmigen
moony has quit [Max SendQ exceeded]
moony has joined #nmigen
chipmuenk has quit [Quit: chipmuenk]
roamingr1 has joined #nmigen
<_whitenotifier-3>
[nmigen-boards] hansfbaier synchronize pull request #152: add board support for QMTech XC7A35T core board and daughterboard - https://git.io/J3L4k
<_whitenotifier-3>
[nmigen-boards] hansfbaier synchronize pull request #152: add board support for QMTech XC7A35T core board and daughterboard - https://git.io/J3L4k
<d1b2>
<dub_dub_11> I have another question of the "I need a very specific verilog output syntax" variety, when I instantiate a PLL with python Instance("altera_pll", p_fractional_vco_multiplier = "false", p_reference_clock_frequency = "50.0 MHz", p_operation_mode = "direct", p_number_of_clocks = 1, p_output_clock_frequency0 = "36.000000 MHz", p_phase_shift0
<d1b2>
= "0 ps", p_duty_cycle0 = 50, I get verilog altera_pll #( .duty_cycle0(32'd50), .fractional_vco_multiplier("false"), .number_of_clocks(32'd1), .operation_mode("direct"), which throws Error (14024): Parameter "duty_cycle" of instance "general[0].gpll" has illegal value "00000000000000000000000000110010" assigned to it. Possible parameter values are 1 to 99, inclusive. . Do I need to use a verilog wrapper, or is
<d1b2>
there some syntax trick I am missing?
<d1b2>
<dub_dub_11> now I think about it I can just not include the parameter and let it use the default and it will be fine
<d1b2>
<dub_dub_11> still possibly a minor issue?
<d1b2>
<zyp> try "50"?
<d1b2>
<dub_dub_11> ...it was fine with that
<d1b2>
<dub_dub_11> urgh
<d1b2>
<dub_dub_11> the IP wizard uses ints
<d1b2>
<dub_dub_11> but it also accepts strings?? and all the other parameters are strings of numbers... intel things
<d1b2>
<dub_dub_11> but that did the job, ty
lf has quit [Ping timeout: 276 seconds]
lf has joined #nmigen
pftbest has quit [Read error: Connection reset by peer]
pftbest_ has joined #nmigen
pftbest_ has quit [Remote host closed the connection]