minor update

This commit is contained in:
Blaise Tine 2020-12-03 09:30:59 -08:00
parent 0a8f41964d
commit c3ec4c9e90
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
module VX_stream_arbiter #(
parameter NUM_REQS = 1,
parameter DATAW = 1,
parameter TYPE = "F",
parameter TYPE = "R",
parameter BUFFERED = 0
) (
input wire clk,

View file

@ -1,6 +1,6 @@
set_time_format -unit ns -decimal_places 3
create_clock -name {clk} -period "200 MHz" -waveform { 0.0 1.0 } [get_ports {clk}]
create_clock -name {clk} -period "220 MHz" -waveform { 0.0 1.0 } [get_ports {clk}]
derive_pll_clocks -create_base_clocks
derive_clock_uncertainty