added latency to freq mult to improve timing, had to delete and remake the IP core for some reason
This commit is contained in:
@@ -114,10 +114,10 @@ initial begin
|
||||
end
|
||||
|
||||
// Load Start Phases
|
||||
// vip_mst.AXI4LITE_WRITE_BURST(16'h0020, 0, 0, resp); // Set Start Address
|
||||
// for (int i = 0; i < 8; i = i + 1) begin
|
||||
// vip_mst.AXI4LITE_WRITE_BURST(16'h0024, 0, i, resp); // Load Chirp Sequence
|
||||
// end
|
||||
vip_mst.AXI4LITE_WRITE_BURST(16'h0020, 0, 0, resp); // Set Start Address
|
||||
for (int i = 0; i < 8; i = i + 1) begin
|
||||
vip_mst.AXI4LITE_WRITE_BURST(16'h0024, 0, i, resp); // Load Chirp Sequence
|
||||
end
|
||||
|
||||
for (int i = 0; i < n_pulses; i = i + 1) begin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user