rtps-fpga/src/top.xdc
Greek 10cda546bf * Add documentation
- IPv4 RFC
	- FPGA Network Stack Master Thesis
* Updated .gitignore
* Added Single Port RAM
	- Xillinx Specific
* Added IPv4 Parser
	- Dynamic Re-assembly Buffer selection
	- Main entity documentation missing
	- Synthesized, but not tested or simulated
* Added Vivado (Zedboard) project for synthesis testing
2020-05-13 13:37:23 +02:00

6 lines
274 B
Tcl

#100 Mhz
create_clock -period 10.000 -name sys_clk -waveform {0.000 5.000} [get_ports clk]
# 166 Mhz
#create_clock -period 6.000 -name sys_clk -waveform {0.000 3.000} [get_ports clk]
# 200 Mhz
#create_clock -period 5.000 -name sys_clk -waveform {0.000 2.500} [get_ports clk]