mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-21 10:05:40 +08:00
7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
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
|