mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-22 21:09:15 -04:00
minor update
This commit is contained in:
parent
de0ff93fe5
commit
e6bbf671ee
2 changed files with 11 additions and 7 deletions
|
@ -113,7 +113,7 @@ module ccip_std_afu #(
|
|||
.avs_address (avs_address),
|
||||
.avs_waitrequest (avs_waitrequest),
|
||||
.avs_write (avs_write),
|
||||
.avs_read (avs_read),
|
||||
.avs_read (avs_read),
|
||||
.avs_byteenable (avs_byteenable),
|
||||
.avs_burstcount (avs_burstcount),
|
||||
.avs_readdatavalid (avs_readdatavalid),
|
||||
|
|
16
hw/syn/quartus/.gitignore
vendored
16
hw/syn/quartus/.gitignore
vendored
|
@ -1,7 +1,11 @@
|
|||
/cache/bin/
|
||||
/cache/qdb/
|
||||
/cache/tmp-clearbox/
|
||||
/cache/*
|
||||
!/cache/Makefile
|
||||
|
||||
/top/bin/
|
||||
/top/qdb/
|
||||
/top/tmp-clearbox/
|
||||
/top/*
|
||||
!/top/Makefile
|
||||
|
||||
/vortex/*
|
||||
!/vortex/Makefile
|
||||
|
||||
/pipeline/*
|
||||
!/pipeline/Makefile
|
Loading…
Add table
Add a link
Reference in a new issue