mirror of
https://github.com/garrettsworkshop/Warp-LC.git
synced 2025-02-21 01:29:28 +00:00
21 lines
260 B
Plaintext
21 lines
260 B
Plaintext
|
|
|
|
|
|
// Instantiate the module
|
|
L2Cache instance_name (
|
|
.CLK(CLK),
|
|
.CPUCLKr(CPUCLKr),
|
|
.RDA(RDA),
|
|
.RDD(RDD),
|
|
.Match(Match),
|
|
.WRA(WRA),
|
|
.WRD(WRD),
|
|
.WRM(WRM),
|
|
.TS(TS),
|
|
.WR(WR),
|
|
.CLR(CLR),
|
|
.ALL(ALL)
|
|
);
|
|
|
|
|