[Libre-soc-bugs] [Bug 890] Static Timing Analysis of eth_mac

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Tue Jul 26 01:55:19 BST 2022


https://bugs.libre-soc.org/show_bug.cgi?id=890

--- Comment #26 from Andrey Miroshnikov <andrey at technepisteme.xyz> ---
(In reply to Luke Kenneth Casson Leighton from comment #25)
> https://www.google.com/
> search?q=Error+in+expression+tokenize(msg%2C%27%5C%5Cn%27)%3A+Unknown+system+
> function%3A+tokenize+saxon+xslt
> 

Thanks Luke, I realised the issue was with the XSLT 2.0 support.
The Saxon 6.5.5 only supports 1.0.

Using Saxon-B allows XSLT 2.0 (but also need to use the -ext:on option to allow
extension functions):
https://git.libre-soc.org/?p=tas-yagle.git;a=commitdiff;h=e1777fa93c53e967e6b3587202759dd4c7a9aafd

The docs now compile, and you'll find the corresponding HTML and PDF docs here:
distrib/docxml2/compiled/dochtml
distrib/docxml2/compiled/docpdf

After a bit of fiddling, was able to source the env vars needed for doc
generation. The docs are now compiled after compiling the software:
https://git.libre-soc.org/?p=dev-env-setup.git;a=commitdiff;h=bae2009ffc5a3aa630990943abc825585f6927ae

Now on to reading the docs :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list