whitequark[cis] changed the topic of #amaranth-lang to: Amaranth hardware definition language · weekly meetings: Amaranth each Mon 1700 UTC, Amaranth SoC each Fri 1700 UTC · play https://amaranth-lang.org/play/ · code https://github.com/amaranth-lang · logs https://libera.irclog.whitequark.org/amaranth-lang · Matrix #amaranth-lang:matrix.org
__DuBPiRaTe__ has quit [Remote host closed the connection]
frgo has quit [Read error: Connection reset by peer]
frgo has joined #amaranth-lang
pbsds3 has quit [*.net *.split]
Lord_Nightmare has quit [*.net *.split]
anuejn has quit [*.net *.split]
Lord_Nightmare has joined #amaranth-lang
pbsds3 has joined #amaranth-lang
anuejn has joined #amaranth-lang
Degi has quit [Ping timeout: 252 seconds]
Degi has joined #amaranth-lang
<_whitenotifier-4> [amaranth] chipmuenk opened issue #1549: Problems due to amaranth when packaging a project with pyinstaller - https://github.com/amaranth-lang/amaranth/issues/1549
d_olex_ has quit [Remote host closed the connection]
d_olex_ has joined #amaranth-lang
__DuBPiRaTe__ has joined #amaranth-lang
<_whitenotifier-4> [amaranth] zyp commented on issue #1549: Problems due to amaranth when packaging a project with pyinstaller - https://github.com/amaranth-lang/amaranth/issues/1549#issuecomment-2523427050
d_olex_ has quit [Ping timeout: 252 seconds]
Guest85 has joined #amaranth-lang
Guest85 has quit [Quit: Client closed]
Guest85 has joined #amaranth-lang
<_whitenotifier-4> [amaranth] chipmuenk closed issue #1549: Problems due to amaranth when packaging a project with pyinstaller - https://github.com/amaranth-lang/amaranth/issues/1549
<_whitenotifier-4> [amaranth] chipmuenk commented on issue #1549: Problems due to amaranth when packaging a project with pyinstaller - https://github.com/amaranth-lang/amaranth/issues/1549#issuecomment-2523844745
d_olex_ has joined #amaranth-lang
__DuBPiRaTe__ has quit [Quit: Leaving]
d_olex_ has quit [Ping timeout: 252 seconds]
Guest85 has quit [Ping timeout: 240 seconds]
SjefCoder has joined #amaranth-lang
<SjefCoder> two questions: 1, how do you pass the platform clk to another signal in the module? I tried m.d.sync += [module_clk.eq(~module_clk)], but the pulses are not equal in length to the platform clk. 2. in the Simulator vcd, why do I not see my Instance (that references a module in vhdl)?
<whitequark[cis]> the simulator will not simulate any instances
<whitequark[cis]> vhdl in particular is not even really planned
<SjefCoder> I suspect I then have to convert the Amaranth module to verilog, then the vhdl to the verilog, and then I can use Icarus or verilator to create a simulation
<SjefCoder> I wonder how people simulate all these various softcore cpus
<SjefCoder> when they try to incorporate them in an Amaranth environment
<SjefCoder> most often these come in verilog or vhdl
<whitequark[cis]> there is CXXRTL for example
SjefCoder has quit [Quit: Client closed]