minor update
This commit is contained in:
@@ -113,7 +113,7 @@ module ccip_std_afu #(
|
|||||||
.avs_address (avs_address),
|
.avs_address (avs_address),
|
||||||
.avs_waitrequest (avs_waitrequest),
|
.avs_waitrequest (avs_waitrequest),
|
||||||
.avs_write (avs_write),
|
.avs_write (avs_write),
|
||||||
.avs_read (avs_read),
|
.avs_read (avs_read),
|
||||||
.avs_byteenable (avs_byteenable),
|
.avs_byteenable (avs_byteenable),
|
||||||
.avs_burstcount (avs_burstcount),
|
.avs_burstcount (avs_burstcount),
|
||||||
.avs_readdatavalid (avs_readdatavalid),
|
.avs_readdatavalid (avs_readdatavalid),
|
||||||
|
|||||||
16
hw/syn/quartus/.gitignore
vendored
16
hw/syn/quartus/.gitignore
vendored
@@ -1,7 +1,11 @@
|
|||||||
/cache/bin/
|
/cache/*
|
||||||
/cache/qdb/
|
!/cache/Makefile
|
||||||
/cache/tmp-clearbox/
|
|
||||||
|
|
||||||
/top/bin/
|
/top/*
|
||||||
/top/qdb/
|
!/top/Makefile
|
||||||
/top/tmp-clearbox/
|
|
||||||
|
/vortex/*
|
||||||
|
!/vortex/Makefile
|
||||||
|
|
||||||
|
/pipeline/*
|
||||||
|
!/pipeline/Makefile
|
||||||
Reference in New Issue
Block a user