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 latebird

  1. L

    Bidirectional assignment?

    Thanks for telling me your findings, I don't know if my codes passed Synplify Pro a good or bad thing. It helps implement my design faster but it also hides some of my language specification problems at the same time. Lol.
  2. L

    Bidirectional assignment?

    Hi, it does read and write, and I guess it is the synthesis behavior. I don't try it on Quartus, but my design didn't pass the Lattice LSE. Thank you for your reply.
  3. L

    Bidirectional assignment?

    Thank you for your reply, Dave. My board has been working fine with the assign sentence. I don't really need this wire a here, I wonder the assign is not strictly from RHS to LHS in this 'inout 'case. If it is, the 'inout' should be working as an 'input' only. I did map D to port_a, my...
  4. L

    Bidirectional assignment?

    Hello, I have a verilog design and I don't know why it works... ////Top_level//// module tricky_design(port_a,......); inout [5:0] port_a; //in & out, physically connects to GPIOs of DSP on my board for read and write. wire [5:0] a; assign a = port_a; // Question here...

Part and Inventory Search

Back
Top