mirror of
https://github.com/gryf/tagbar.git
synced 2026-04-24 15:11:29 +02:00
Add tests to repository
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
interface arb {
|
||||
input clk CLOCK ;
|
||||
output reset PHOLD #1 ;
|
||||
output [1:0] request PHOLD #1 ;
|
||||
input [1:0] grant PSAMPLE #-1 ;
|
||||
} // end of interface arb
|
||||
Reference in New Issue
Block a user