mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 13:27:29 -04:00
minor update
This commit is contained in:
parent
0a8f41964d
commit
c3ec4c9e90
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue