mcandre / toys

code demos for newbies
https://github.com/mcandre/toys
30 stars 6 forks source link

move (System)Verilog source files into a bundled directory structure #274

Open mcandre opened 2 years ago

mcandre commented 2 years ago

At least one tutorial uses hdl/, even for RTL source files that aren't exactly HDL but Verilog / SystemVerilog:

https://www.ece.ucdavis.edu/~bbaas/180/tutorials/file.organization.html

Perhaps rtl/, similar to C/C++ include/.

Not planning on using multiple syntaxes (HDL + Verilog + SystemVerilog + Lucid) in the same project, so any syntax-specific linters can point safely at the same rtl/ directory without collission. Come to think of it, there may not yet be any dedicated command line linter programs available for RTL languages, that aren't already built into the design compilers themselves.

mcandre commented 2 years ago