bluespec / AWSteria_Infra

"Middleware" (infrastructure) for host-FPGA applications (e.g., accelerators)
14 stars 6 forks source link

Module signature mismatch between TestApp and IncludeAPI #6

Closed jahagirdar closed 2 years ago

jahagirdar commented 2 years ago
diff ../AWSteria_HW.bsv ../../../Include_API/AWSteria_HW_EMPTY.bsv
146c55
< module mkAWSteria_HW #(Clock clk1, Clock clk2, Clock clk3, Clock clk4, Clock clk5)
---
> module mkAWSteria_HW #(Clock b_CLK, Reset b_RST_N)
rsnikhil commented 2 years ago

Fixed. The files in Include_API had not been updated to keep up with recent changes. mkAWSteria_HW now takes 5 clock arguments.