mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Support of SystemVerilog
This commit is contained in:
7
samples/SystemVerilog/fifo.sv
Normal file
7
samples/SystemVerilog/fifo.sv
Normal file
@@ -0,0 +1,7 @@
|
||||
module fifo (
|
||||
input clk_50,
|
||||
input clk_2,
|
||||
input reset_n,
|
||||
output [7:0] data_out,
|
||||
output empty
|
||||
);
|
||||
Reference in New Issue
Block a user