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 martijn

  1. M

    few register related messages

    If I compile **broken link removed** I get a few errors which I had some questions about: Info: Duplicate registers merged to single register is this reason to change something in my code? if so, what thing should I have done wrong? Error: Can't fit 33 registers in device It's clear that my...
  2. M

    Please check if my code is working properly

    copy partial variable I've got this code: input datain; input clock; output [0:5] data0; output [0:5] data1; output dir0; output dir1; // {{ALTERA_IO_END}} DO NOT REMOVE THIS LINE! reg [0:7] shift; reg [0:2] posi; reg [0:5] data0; reg [0:5] data1; reg dir0; reg dir1; always...
  3. M

    multiple constant drivers problem, how to resolve

    cant resolve multiple constant drivers yes, it has to be a simple counter with 4 bit outputs per digit in order to convert it to 7 segment in an other block. the counter has to count up with a minutes button, and a seconds button, but once a pin goes high it should count down and ignore the...
  4. M

    Do I need to bind multiple vccs and gnds together?

    Re: multiple vcc's and gnd's thanks for all the reactions! I'll tie all vcc's and gnd's together, better safe then sorry :D
  5. M

    multiple constant drivers problem, how to resolve

    resolve multiple constant I'm sorry, I've got 2 modules in my program, one for minutes and one for seconds, buth modules have this problem, because they're almost identical, and I posted the error of the minutes module, and the code of the seconds module. I've pasted the right code now in my...
  6. M

    Do I need to bind multiple vccs and gnds together?

    chip multiple vcc the cpld I use is a epm7032slc44, it has 4 vcc's and 4 gnd's. is it necessary to bind them together, or is it enough if I connect just one vcc and one gnd to the supply? thanks in advance martijn
  7. M

    multiple constant drivers problem, how to resolve

    cant resolve multiple constant drivers I was trying to create my first program, and I was able to resolve most errors, but I don't know how to resolve this one: Error: Can't resolve multiple constant drivers for net d0[3] at countminutes.v(63) Error: Constant driver at countminutes.v(85) I've...

Part and Inventory Search

Back
Top