whitequark changed the topic of #amaranth-lang to: Amaranth hardware definition language · code https://github.com/amaranth-lang · logs https://libera.irclog.whitequark.org/amaranth-lang
<_whitenotifier-e> [YoWASP/yosys] whitequark pushed 1 commit to develop [+0/-0/±1] https://github.com/YoWASP/yosys/compare/a9fc334b2626...c18b6339ca09
<_whitenotifier-e> [YoWASP/yosys] whitequark c18b633 - Update dependencies.
Degi_ has joined #amaranth-lang
Degi has quit [Ping timeout: 246 seconds]
Degi_ is now known as Degi
XgF has quit [Remote host closed the connection]
XgF has joined #amaranth-lang
Lilian has quit [Quit: ZNC 1.8.2 - https://znc.in]
Lilian has joined #amaranth-lang
Lilian has quit [Quit: ZNC 1.8.2 - https://znc.in]
Lilian has joined #amaranth-lang
<FL4SHK> so, I'm making an Amaranth-inspired C-like AST generation library
<FL4SHK> and uh
<FL4SHK> I'd like to know
<FL4SHK> There are some aspects of Amaranth that are relevant to what I'm doing
<FL4SHK> like tracer
<FL4SHK> I've picked the MIT license
<FL4SHK> Is it permissible for me to copy relevant Amaranth into my code, and if so, how do I do so while keeping with Amaranth's license?
<FL4SHK> I plan on compiling the AST down into support for a number of old platforms that don't see a whole lot of love from big compilers
<FL4SHK> but that's for the future
<FL4SHK> ...mostly old Nintendo platforms, for those wondering
smkz has quit [Quit: smkz]
smkz has joined #amaranth-lang
* GenTooMan has no idea about the licensing, "however Amaranth can directly generate verilog code or using yosys generate RTL or further down the chain directly generate device specific binary streams. What I am saying is, you may not need to copy any Amaranth code, but just supply Amaranth compatible python scripting."
<GenTooMan> FL4SHK, Amaranth uses yosys to also do fast simulations. So amaranth without yosys may not be of much use. I "think" what you are considering is creating projects that use Amaranth specific code to generate output for your project?
lf has quit [Ping timeout: 252 seconds]
lf has joined #amaranth-lang