新千葉 ガーベージ・コレクション

FPGA マガジンやインターフェースで書けなかったこと等をちょぼちょぼ書いてます。@ryos36

2010-02-13から1日間の記事一覧

verilisp

去年発見した verilisp。使うのは簡単。 (module test ( (output a) (inout (2 b c)) (input d e) ) (display b c d e) ) (module test2 () (wire a b0 b1 d_ c0 c1 e) (test a (cat b0 b1) (name d d_) (name c (cat c0 c1)) e ) (display 2) ) (module clo…