Add multichannel and sample rate accurate version

This commit is contained in:
Nikolay Puzanov
2021-02-02 23:54:49 +03:00
parent 00b07d114f
commit 622191172e
5 changed files with 247 additions and 3 deletions

5
testbench/.dir-locals.el Normal file
View File

@@ -0,0 +1,5 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((verilog-mode . ((flycheck-verilator-include-path . ("." "../source"))
(verilog-library-directories . ("." "../source")))))