Issue 1: Optional Compiler Options Missing
Status:  Accepted
Owner: ----
Reported by alanbarr...@gmail.com, Oct 10, 2012
What steps will reproduce the problem?
1. Using a not so standard library in vhdl - "use ieee.std_logic_arith.all;"
2. Compile
3. Error - primary unit "std_logic_arith" not found in library "ieee"

What is the expected output? What do you see instead?
Ideally I would like this to compile - but after googling the problem ghdl requires something along the lines of "--ieee=synopsys -fexplicit" to compile this. Boot does not seem to have a means of specifying these arguments.

What version of the product are you using? On what operating system
boot 0.33 on 64 bit Ubuntu 12.04



Jul 31, 2013
Project Member #1 fabrizio...@gmail.com
thank you for reporting this problem. I have fixed it and in the next version of boot you will be able to specify a compilation option like "--ieee=synopsys"

Status: Accepted