minor update

This commit is contained in:
Blaise Tine 2020-06-20 15:25:21 -07:00
parent de0ff93fe5
commit e6bbf671ee
2 changed files with 11 additions and 7 deletions

View file

@ -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),

View file

@ -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