1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
| # vsim -voptargs="+acc" work.tb -l ./vsim.txt -wlf ./vsim.wlf # Start time: 20:07:49 on Dec 01,2023 # ** Note: (vsim-8009) Loading existing optimized design _opt2 # // ModelSim SE-64 10.7 Dec 7 2017 # // # // Copyright 1991-2017 Mentor Graphics Corporation # // All Rights Reserved. # // # // ModelSim SE-64 and its associated documentation contain trade # // secrets and commercial or financial information that are the property of # // Mentor Graphics Corporation and are privileged, confidential, # // and exempt from disclosure under the Freedom of Information Act, # // 5 U.S.C. Section 552. Furthermore, this information # // is prohibited from disclosure under the Trade Secrets Act, # // 18 U.S.C. Section 1905. # // # Loading work.tb(fast) # Loading work.multiply(fast) # ------ERROR. A mismatch has occurred-----,ERROR in 40 # 1 ERROR! See log above for details. # quit # End time: 20:07:50 on Dec 01,2023, Elapsed time: 0:00:01 # Errors: 0, Warnings: 0
|