mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Pushed vcu118 to 71MHz.
This commit is contained in:
parent
7c6db7de85
commit
63c9c3a1a8
@ -117,10 +117,10 @@ set_property PULLUP true [get_ports {SDCCmd}]
|
|||||||
|
|
||||||
|
|
||||||
set_input_delay -clock [get_clocks mmcm_clkout1] -min -add_delay 2.500 [get_ports {SDCDat[*]}]
|
set_input_delay -clock [get_clocks mmcm_clkout1] -min -add_delay 2.500 [get_ports {SDCDat[*]}]
|
||||||
set_input_delay -clock [get_clocks mmcm_clkout1] -max -add_delay 21.000 [get_ports {SDCDat[*]}]
|
set_input_delay -clock [get_clocks mmcm_clkout1] -max -add_delay 10.000 [get_ports {SDCDat[*]}]
|
||||||
|
|
||||||
set_input_delay -clock [get_clocks mmcm_clkout1] -min -add_delay 2.500 [get_ports {SDCCmd}]
|
set_input_delay -clock [get_clocks mmcm_clkout1] -min -add_delay 2.500 [get_ports {SDCCmd}]
|
||||||
set_input_delay -clock [get_clocks mmcm_clkout1] -max -add_delay 14.000 [get_ports {SDCCmd}]
|
set_input_delay -clock [get_clocks mmcm_clkout1] -max -add_delay 10.000 [get_ports {SDCCmd}]
|
||||||
|
|
||||||
|
|
||||||
set_output_delay -clock [get_clocks mmcm_clkout1] -min -add_delay 2.000 [get_ports {SDCCmd}]
|
set_output_delay -clock [get_clocks mmcm_clkout1] -min -add_delay 2.000 [get_ports {SDCCmd}]
|
||||||
|
@ -38,7 +38,7 @@ set_property -dict [list CONFIG.C0.ControllerType {DDR4_SDRAM} \
|
|||||||
CONFIG.C0.DDR4_AxiNarrowBurst {false} \
|
CONFIG.C0.DDR4_AxiNarrowBurst {false} \
|
||||||
CONFIG.Reference_Clock {Differential} \
|
CONFIG.Reference_Clock {Differential} \
|
||||||
CONFIG.ADDN_UI_CLKOUT1.INSERT_VIP {0} \
|
CONFIG.ADDN_UI_CLKOUT1.INSERT_VIP {0} \
|
||||||
CONFIG.ADDN_UI_CLKOUT1_FREQ_HZ {50} \
|
CONFIG.ADDN_UI_CLKOUT1_FREQ_HZ {71} \
|
||||||
CONFIG.ADDN_UI_CLKOUT2.INSERT_VIP {0} \
|
CONFIG.ADDN_UI_CLKOUT2.INSERT_VIP {0} \
|
||||||
CONFIG.ADDN_UI_CLKOUT2_FREQ_HZ {300} \
|
CONFIG.ADDN_UI_CLKOUT2_FREQ_HZ {300} \
|
||||||
CONFIG.ADDN_UI_CLKOUT3.INSERT_VIP {0} \
|
CONFIG.ADDN_UI_CLKOUT3.INSERT_VIP {0} \
|
||||||
|
@ -9,20 +9,20 @@
|
|||||||
chosen {
|
chosen {
|
||||||
linux,initrd-end = <0x85c43a00>;
|
linux,initrd-end = <0x85c43a00>;
|
||||||
linux,initrd-start = <0x84200000>;
|
linux,initrd-start = <0x84200000>;
|
||||||
bootargs = "root=/dev/vda ro";
|
bootargs = "root=/dev/vda ro console=ttyS0,115200";
|
||||||
stdout-path = "/soc/uart@10000000";
|
stdout-path = "/soc/uart@10000000";
|
||||||
};
|
};
|
||||||
|
|
||||||
memory@80000000 {
|
memory@80000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x00 0x80000000 0x00 0x08000000>;
|
reg = <0x00 0x80000000 0x00 0x10000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
cpus {
|
cpus {
|
||||||
#address-cells = <0x01>;
|
#address-cells = <0x01>;
|
||||||
#size-cells = <0x00>;
|
#size-cells = <0x00>;
|
||||||
clock-frequency = <0x2FAF080>;
|
clock-frequency = <0x43B5FC0>;
|
||||||
timebase-frequency = <0x2FAF080>;
|
timebase-frequency = <0x43B5FC0>;
|
||||||
|
|
||||||
cpu@0 {
|
cpu@0 {
|
||||||
phandle = <0x01>;
|
phandle = <0x01>;
|
||||||
@ -51,7 +51,7 @@
|
|||||||
uart@10000000 {
|
uart@10000000 {
|
||||||
interrupts = <0x0a>;
|
interrupts = <0x0a>;
|
||||||
interrupt-parent = <0x03>;
|
interrupt-parent = <0x03>;
|
||||||
clock-frequency = <0x2FAF080>;
|
clock-frequency = <0x43B5FC0>;
|
||||||
reg = <0x00 0x10000000 0x00 0x100>;
|
reg = <0x00 0x10000000 0x00 0x100>;
|
||||||
compatible = "ns16550a";
|
compatible = "ns16550a";
|
||||||
};
|
};
|
||||||
@ -74,10 +74,8 @@
|
|||||||
fifo-depth = <256>;
|
fifo-depth = <256>;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
interrupt-parent = <0x03>;
|
interrupt-parent = <0x03>;
|
||||||
clock = <0x2FAF080>;
|
clock = <0x43B5FC0>;
|
||||||
max-frequency = <0x989680>;
|
max-frequency = <0xF4240>;
|
||||||
cap-sd-highspeed;
|
|
||||||
cap-mmc-highspeed;
|
|
||||||
no-sdio;
|
no-sdio;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user