Skip to content

Commit

Permalink
QL: tests: design3: add keep attr
Browse files Browse the repository at this point in the history
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
  • Loading branch information
kgugala committed Apr 22, 2020
1 parent 17cf29f commit f277733
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ outpad u_outpad_I27 ( .A( SOUT_o ), .P( SOUT ) );

// I2S Slave (RX mode) support with DMA
//
(* keep *)
i2s_slave_w_DMA #(

.ADDRWIDTH ( ADDRWIDTH_DMA_REG ),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ gclkbuff u_gclkbuff_clock48khz ( .A(SYS_C21_ACSLIPREF_Clk_sig ) , .Z(sys_ref_clk

// Example FPGA Design
//
(* keep *)
AL4S3B_FPGA_IP

u_AL4S3B_FPGA_IP (
Expand Down Expand Up @@ -255,6 +256,7 @@ AL4S3B_FPGA_IP

// Empty Verilog model of QLAL4S3B
//
(* keep *)
qlal4s3b_cell_macro u_qlal4s3b_cell_macro
(
// AHB-To-FPGA Bridge
Expand Down

0 comments on commit f277733

Please sign in to comment.