diff --git a/hw/opae/ccip_std_afu.sv b/hw/opae/ccip_std_afu.sv index c2f82ed6..28660968 100644 --- a/hw/opae/ccip_std_afu.sv +++ b/hw/opae/ccip_std_afu.sv @@ -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), diff --git a/hw/syn/quartus/.gitignore b/hw/syn/quartus/.gitignore index 977047af..fedeee42 100644 --- a/hw/syn/quartus/.gitignore +++ b/hw/syn/quartus/.gitignore @@ -1,7 +1,11 @@ -/cache/bin/ -/cache/qdb/ -/cache/tmp-clearbox/ +/cache/* +!/cache/Makefile -/top/bin/ -/top/qdb/ -/top/tmp-clearbox/ \ No newline at end of file +/top/* +!/top/Makefile + +/vortex/* +!/vortex/Makefile + +/pipeline/* +!/pipeline/Makefile \ No newline at end of file