abs-tudelft / abs-tudelft/vhdeps

Error: (vsim-3170) Could not find 'wordmatch_simtop_tc'

Abierto
#37 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
VHDL
Estrellas
25
Forks
2
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

When running the vhdeps script in the wikipedia search demo, questasim is unable to locate the testbench.

```
# ** Error: (vsim-3170) Could not find 'wordmatch_simtop_tc'.
# Searched libraries:
# /tmp/tmpkgw0_t6s/unisim
# Error loading design
```

To reproduce:
```
git clone https://github.com/joosthooz/wiki-search-alveo.git
cd wiki-search-alveo/hardware
./run-vhdeps.sh vsim work.WordMatch_SimTop_tc
```

Jeroen and I found a workaround:
```
./run-vhdeps.sh vsim work:WordMatch_SimTop_tc
```

The `run-vhdeps.sh` script is:
```
vhdeps "$@" -i vhdl -i fletcher/hardware -i tta_rtl -i tta_support_rtl -x unisim:$XILINX_VIVADO/data/vhdl/src/unisims/unisim_VCOMP.vhd
```

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

The issue is in the run-vhdeps.sh script, which passes arguments to the vhdeps tool. Compare the failing command 'work.WordMatch_SimTop_tc' with the working 'work:WordMatch_SimTop_tc'. Look at how vhdeps parses its command-line arguments and handles library/entity separators. Check the vhdeps source code for argument parsing logic, and see if the separator (dot vs colon) is misinterpreted. Running the provided reproduction steps will show the error.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
shell
Área
cli, tooling
Tipo de issue
Error
Dificultad
2/5
Tiempo estimado
1-3 horas
Estado de actividad
Estancado
Claridad
Bien especificado
Aptitud para principiantes
40/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.