Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Sande

  1. S

    SystemC::Problem in sc_bv relational operator

    sc_bv read temp_A = comp_A.read(); //converting sc-bv into sc-int temp_B = comp_B.read(); Try with this, it mostly works. temp_A = comp_A.read().to_int(); temp_B = comp_B.read().to_int();

Part and Inventory Search

Back
Top