pzsdr: added ad9361 clock out

main
Rejeesh Kutty 2015-11-16 15:55:56 -05:00
parent 8aefe569b8
commit a1601a03d6
3 changed files with 9 additions and 1 deletions

View File

@ -82,6 +82,7 @@ module system_top (
enable, enable,
txnrx, txnrx,
clk_out,
gpio_clksel, gpio_clksel,
gpio_resetb, gpio_resetb,
@ -150,6 +151,7 @@ module system_top (
output enable; output enable;
output txnrx; output txnrx;
input clk_out;
inout gpio_clksel; inout gpio_clksel;
inout gpio_resetb; inout gpio_resetb;
@ -186,7 +188,9 @@ module system_top (
// assignments // assignments
assign gp_out = gp_out_s[87:0]; assign gp_out[87:43] = gp_out_s[87:43];
assign gp_out[42:42] = (gpio_o[61] == 1'b1) ? clk_out : gp_out_s[42:42];
assign gp_out[41: 0] = gp_out_s[41: 0];
assign gp_in_s[95:93] = 3'd0; assign gp_in_s[95:93] = 3'd0;
assign gp_in_s[92:92] = gp_in_1; assign gp_in_s[92:92] = gp_in_1;

View File

@ -141,6 +141,7 @@ module system_top (
enable, enable,
txnrx, txnrx,
clk_out,
gpio_rf0, gpio_rf0,
gpio_rf1, gpio_rf1,
@ -262,6 +263,7 @@ module system_top (
output enable; output enable;
output txnrx; output txnrx;
input clk_out;
inout gpio_rf0; inout gpio_rf0;
inout gpio_rf1; inout gpio_rf1;

View File

@ -82,6 +82,7 @@ module system_top (
enable, enable,
txnrx, txnrx,
clk_out,
gpio_clksel, gpio_clksel,
gpio_resetb, gpio_resetb,
@ -150,6 +151,7 @@ module system_top (
output enable; output enable;
output txnrx; output txnrx;
input clk_out;
inout gpio_clksel; inout gpio_clksel;
inout gpio_resetb; inout gpio_resetb;