▲ | Cieric 7 days ago | |
I really like the idea of this. I wonder if I can convince my work to use it for our hardware. Are things like SIMD, SIMT, and other weird formats easy to represent in this kind of language? Or should I just assume anything describable in Verilog/HDL can be described in this language. This also brings up another question if anyone knows. Is there a term for hardware description languages similar to turning complete for programming languages, or is there a different set of common terms? | ||
▲ | timhh 6 days ago | parent | next [-] | |
Yeah you can describe basically any ISA including SIMD. The RISC-V model doesn't support packed SIMD (the P extension) but it does support Vector. | ||
▲ | stolencode 3 days ago | parent | prev [-] | |
This looks and feels like "Verilog Lite." |