• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. High-Level Synthesis
  3. To add asynch. reset at Stratus example-1

Stats

  • Locked Locked
  • Replies 0
  • Subscribers 22
  • Views 1540
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

To add asynch. reset at Stratus example-1

SC202501247228
SC202501247228 6 months ago

Hi I'm newbie in HLS

For stratus example-1, I have one question.

I expected that I could add async. reset for all f/f/ but I couldn't add at the output data registers while all other f/fs were synthesized with async. reset.

What I changed was

SC_CTOR( dut )

{

    SC_CTREAD( thread_function, clk.pos() );

    reset_singal_is( rst, 0 );  --> async_reset_signal_is( rst, 0 );

    din.clk_rst( clk, rst ); --> din.clk_rst_async( clk, rst );

    dout.clk_rst( clk, rst ); --> dout.clk_rst_async( clk, rst, false);

 }

All synthesized f/fs except output data f/f have async. reset.

f/f with async. reset : always_ff( posedge clk or negedge rst)

output data f/f : always_ff(posedge clk)

So what I missed ?

  • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information