Hi,
I'm trying to annotate & netlist a project that references other projects. I'm running OrCAD 16.6.
When creating a H-Block, the Place H-Block form is filled out like this example:
![]()
I have multiple H-Blocks in the top level each calling out a separate project. This is what the real project looks like:
![]()
It works. Subproject1.opj can be edited, annotated and netlisted as a separate project. I can descend from the top level into any of the hierarchical projects. I can synchronise Hierarchical ports between top level and the referenced opj.
However, there appear to be two issues:
1/ Annotating at the top level does not annotate the referenced projects. I can live with this.
2/ Netlist at the top level fails. This is what I need help with please.
Netlister says:
INFO(ORCAP-32002): Netlisting the design
INFO(ORCAP-32004): Design Name:
W:\HARDWARE\CADENCE\000 12G EXPANSION CONTROLLER 5000206A\5000206A.DSN
Netlist Directory:
W:\Hardware\Cadence\000 12G Expansion Controller 5000206A
Configuration File:
W:\Hardware\Cadence\SPB16_6\tools\capture\allegro.cfg
Spawning... "C:\Program Files\Cadence\SPB_16_6\tools\capture\pstswp.exe" -pst -d "W:\HARDWARE\CADENCE\000 12G EXPANSION CONTROLLER 5000206A\5000206A.DSN" -n "W:\Hardware\Cadence\000 12G Expansion Controller 5000206A" -c "W:\Hardware\Cadence\SPB16_6\tools\capture\allegro.cfg" -v 3 -l 31 -s "" -j "PCB Footprint" -hpath "HPathForCollision"
#1 ERROR(ORCAP-36023): Unable to find package for JBOD1: TOP, P01 TOP LEVEL (157.48, 96.52).
#2 ERROR(ORCAP-36023): Unable to find package for BPCONNECTOR1: TOP, P01 TOP LEVEL (73.66, 5.08).
#3 ERROR(ORCAP-36023): Unable to find package for CTRL_PWR_JBOD1: TOP, P01 TOP LEVEL (350.52, 5.08).
#4 ERROR(ORCAP-36023): Unable to find package for RAID_CONTROLLER1: TOP, P01 TOP LEVEL (157.48, 187.96).
#5 ERROR(ORCAP-36018): Aborting Netlisting... Please correct the above errors and retry.
Exiting... "C:\Program Files\Cadence\SPB_16_6\tools\capture\pstswp.exe" -pst -d "W:\HARDWARE\CADENCE\000 12G EXPANSION CONTROLLER 5000206A\5000206A.DSN" -n "W:\Hardware\Cadence\000 12G Expansion Controller 5000206A" -c "W:\Hardware\Cadence\SPB16_6\tools\capture\allegro.cfg" -v 3 -l 31 -s "" -j "PCB Footprint" -hpath "HPathForCollision"
INFO(ORCAP-32005): *** Done ***
Error ORCAP-36023 isn't listed in the user manuals. What package is the netlister looking for? How do I fix this netlisting error?
Thanks,