Altera_Forum
Honored Contributor
15 years agoPin location(s) doesn't show in .bdf file.
I'm working with a Stratix-III development kit (DK-DEV-3SL150N). I based my application on the one provided by the kit. With some modifications (through research), it seems to be working fine (i.e. ethernet, leds, lcd, etc...) using niosII 'simple socket server' application, etc...
I'd like to start to define a .bdf file as part of the project, with a specific logic design. I used the pin definitions that come with the kit and everything compiles without error. The problem I'm having is that the pin locations, such as hsmb_d[0], do *not * show up after compilation. My 'really simple' test uses the breakout board that comes with the kit and defines hsmb_d[3..0] as output pins, alternate a bit pattern (0x5) using gnd and vcc symbols, then check the output (with 2.5V IO standard) with a voltmeter. Unfortunately, the voltmeter does *not* reflect the design. All outputs are at 0V, so I'm not convinced that it's operating correctly. Does anyone have a solution to this problem, know where I can look or what I'm doing wrong? Please advise,thanks in advance,