AR# 5534: 1.5i Map - run time error - pure virtual call
AR# 5534
|
1.5i Map - run time error - pure virtual call
描述
Map fails with:
runtime error R6025 - pure virtual function call
This is a bug in the mapper, but it is exposed by a rather unusual circuit configuration. A flop (EXECUTION_ENGINE_INTERNALS_WATCHDOG_TIMER_watchdog_timeout) has a constant 0 on its D input, so it reduces to a constant 0. Its output signal (installed_led_1) drives an INV and then both the I and T inputs of an OBUFT. Thus, the OBUFT sees a constant 1 on both of its inputs. This causes the mapper to crash.