Skip to content

Commit

Permalink
replace xbip_dsp48_macro with dsp_macro
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-demin committed Jun 26, 2021
1 parent 90b8695 commit 646de8d
Show file tree
Hide file tree
Showing 35 changed files with 104 additions and 104 deletions.
4 changes: 2 additions & 2 deletions projects/adc_test/block_design.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ for {set i 0} {$i <= 1} {incr i} {
aclk pll_0/clk_out1
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_$i {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_$i {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
4 changes: 2 additions & 2 deletions projects/gate_test/block_design.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ cell pavel-demin:user:axis_lfsr lfsr_0 {} {
aresetn /rst_0/peripheral_aresetn
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_0 {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_0 {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
10 changes: 5 additions & 5 deletions projects/iir_test/block_design.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ cell pavel-demin:user:axis_zeroer zeroer_0 {
aclk pll_0/clk_out1
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro dsp_0 {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro dsp_0 {
INSTRUCTION1 A*B
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand All @@ -149,8 +149,8 @@ cell xilinx.com:ip:xbip_dsp48_macro dsp_0 {
CLK pll_0/clk_out1
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro dsp_1 {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro dsp_1 {
INSTRUCTION1 A*B+C
PIPELINE_OPTIONS Expert
AREG_3 false
Expand All @@ -172,7 +172,7 @@ cell xilinx.com:ip:xbip_dsp48_macro dsp_1 {
CLK pll_0/clk_out1
}

cell xilinx.com:ip:xbip_dsp48_macro dsp_2 {
cell xilinx.com:ip:dsp_macro dsp_2 {
INSTRUCTION1 A*B+C
PIPELINE_OPTIONS Expert
AREG_3 false
Expand Down
8 changes: 4 additions & 4 deletions projects/impedance_controller/block_design.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ cell pavel-demin:user:axis_lfsr lfsr_0 {} {
aresetn slice_0/dout
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_4 {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_4 {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down Expand Up @@ -249,8 +249,8 @@ for {set i 0} {$i <= 1} {incr i} {

for {set i 0} {$i <= 3} {incr i} {

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_$i {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_$i {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
10 changes: 5 additions & 5 deletions projects/mcpha/gen.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ cell pavel-demin:user:axis_zeroer zeroer_0 {
aclk /pll_0/clk_out1
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro dsp_0 {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro dsp_0 {
INSTRUCTION1 A*B
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand All @@ -106,8 +106,8 @@ cell xilinx.com:ip:xbip_dsp48_macro dsp_0 {
CLK /pll_0/clk_out1
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro dsp_1 {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro dsp_1 {
INSTRUCTION1 A*B+C
PIPELINE_OPTIONS Expert
AREG_3 false
Expand All @@ -129,7 +129,7 @@ cell xilinx.com:ip:xbip_dsp48_macro dsp_1 {
CLK /pll_0/clk_out1
}

cell xilinx.com:ip:xbip_dsp48_macro dsp_2 {
cell xilinx.com:ip:dsp_macro dsp_2 {
INSTRUCTION1 A*B+C
PIPELINE_OPTIONS Expert
AREG_3 false
Expand Down
4 changes: 2 additions & 2 deletions projects/pdm_test/block_design.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ cell pavel-demin:user:axis_lfsr lfsr_0 {} {
aresetn slice_1/dout
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_0 {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_0 {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
8 changes: 4 additions & 4 deletions projects/pulsed_nmr/rx.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ for {set i 0} {$i <= 3} {incr i} {
din /adc_0/m_axis_tdata
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_$i {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_$i {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down Expand Up @@ -245,8 +245,8 @@ cell pavel-demin:user:axi_axis_reader reader_0 {
aresetn /rst_0/peripheral_aresetn
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_4 {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_4 {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
4 changes: 2 additions & 2 deletions projects/pulsed_nmr/tx.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ cell pavel-demin:user:axis_lfsr lfsr_0 {} {
aresetn /rst_0/peripheral_aresetn
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_0 {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_0 {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
8 changes: 4 additions & 4 deletions projects/pulsed_nmr_122_88/rx.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ for {set i 0} {$i <= 3} {incr i} {
din /adc_0/m_axis_tdata
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_$i {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_$i {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down Expand Up @@ -245,8 +245,8 @@ cell pavel-demin:user:axi_axis_reader reader_0 {
aresetn /rst_0/peripheral_aresetn
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_4 {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_4 {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
4 changes: 2 additions & 2 deletions projects/pulsed_nmr_122_88/tx.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ cell pavel-demin:user:axis_lfsr lfsr_0 {} {
aresetn /rst_0/peripheral_aresetn
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_0 {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_0 {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
4 changes: 2 additions & 2 deletions projects/sdr_receiver_hpsdr/rx.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ for {set i 0} {$i <= 15} {incr i} {
din dds_[expr $i / 2]/m_axis_data_tdata
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_$i {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_$i {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
4 changes: 2 additions & 2 deletions projects/sdr_receiver_hpsdr_122_88/rx.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ for {set i 0} {$i <= 15} {incr i} {
din dds_[expr $i / 2]/m_axis_data_tdata
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_$i {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_$i {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
8 changes: 4 additions & 4 deletions projects/sdr_receiver_wide_122_88/block_design.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ for {set i 0} {$i <= 3} {incr i} {
din dds_[expr $i / 2]/m_axis_data_tdata
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_$i {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_$i {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down Expand Up @@ -297,8 +297,8 @@ for {set i 0} {$i <= 1} {incr i} {
din cfg_0/cfg_data
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_[expr $i + 4] {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_[expr $i + 4] {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
4 changes: 2 additions & 2 deletions projects/sdr_transceiver_emb/rx.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ for {set i 0} {$i <= 3} {incr i} {
din dds_[expr $i / 2]/m_axis_data_tdata
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_$i {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_$i {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
4 changes: 2 additions & 2 deletions projects/sdr_transceiver_emb/sp.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ for {set i 0} {$i <= 1} {incr i} {
din dds_0/m_axis_data_tdata
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_$i {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_$i {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
4 changes: 2 additions & 2 deletions projects/sdr_transceiver_emb/tx.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@ cell pavel-demin:user:axis_lfsr lfsr_1 {} {
aresetn /rst_0/peripheral_aresetn
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_1 {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_1 {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
4 changes: 2 additions & 2 deletions projects/sdr_transceiver_emb_122_88/rx.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ for {set i 0} {$i <= 3} {incr i} {
din dds_[expr $i / 2]/m_axis_data_tdata
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_$i {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_$i {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
4 changes: 2 additions & 2 deletions projects/sdr_transceiver_emb_122_88/sp.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ for {set i 0} {$i <= 1} {incr i} {
din dds_0/m_axis_data_tdata
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_$i {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_$i {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
4 changes: 2 additions & 2 deletions projects/sdr_transceiver_emb_122_88/tx.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ cell pavel-demin:user:axis_lfsr lfsr_1 {} {
aresetn /rst_0/peripheral_aresetn
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_1 {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_1 {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
2 changes: 1 addition & 1 deletion projects/sdr_transceiver_ft8/rx.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ for {set i 0} {$i <= 15} {incr i} {
din dds_[expr $i / 2]/m_axis_data_tdata
}

cell xilinx.com:ip:xbip_dsp48_macro mult_$i {
cell xilinx.com:ip:dsp_macro mult_$i {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
8 changes: 4 additions & 4 deletions projects/sdr_transceiver_ft8/tx.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ cell pavel-demin:user:axis_lfsr lfsr_0 {} {
aresetn slice_0/dout
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_0 {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_0 {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand All @@ -94,8 +94,8 @@ cell xilinx.com:ip:xbip_dsp48_macro mult_0 {
CLK /pll_0/clk_out1
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_1 {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_1 {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
2 changes: 1 addition & 1 deletion projects/sdr_transceiver_ft8_122_88/rx.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ for {set i 0} {$i <= 31} {incr i} {
din dds_[expr $i / 2]/m_axis_data_tdata
}

cell xilinx.com:ip:xbip_dsp48_macro mult_$i {
cell xilinx.com:ip:dsp_macro mult_$i {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
8 changes: 4 additions & 4 deletions projects/sdr_transceiver_ft8_122_88/tx.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ cell pavel-demin:user:axis_lfsr lfsr_0 {} {
aresetn slice_0/dout
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_0 {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_0 {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand All @@ -94,8 +94,8 @@ cell xilinx.com:ip:xbip_dsp48_macro mult_0 {
CLK /pll_0/clk_out1
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_1 {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_1 {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
8 changes: 4 additions & 4 deletions projects/sdr_transceiver_hpsdr/codec.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ cell pavel-demin:user:axis_lfsr lfsr_0 {} {
aresetn /rst_0/peripheral_aresetn
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_0 {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_0 {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand All @@ -158,8 +158,8 @@ cell pavel-demin:user:axis_lfsr lfsr_1 {} {
aresetn /rst_0/peripheral_aresetn
}

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_1 {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_1 {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
4 changes: 2 additions & 2 deletions projects/sdr_transceiver_hpsdr/rx.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ cell xilinx.com:ip:xlconstant const_0

for {set i 0} {$i <= 9} {incr i} {

# Create xbip_dsp48_macro
cell xilinx.com:ip:xbip_dsp48_macro mult_$i {
# Create dsp_macro
cell xilinx.com:ip:dsp_macro mult_$i {
INSTRUCTION1 RNDSIMPLE(A*B+CARRYIN)
A_WIDTH.VALUE_SRC USER
B_WIDTH.VALUE_SRC USER
Expand Down
Loading

0 comments on commit 646de8d

Please sign in to comment.