<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>文章 on Crexyer&#39;s Blog</title>
    <link>https://www.crexyer.com/posts/</link>
    <description>Recent content in 文章 on Crexyer&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Thu, 16 Apr 2020 12:17:11 +0800</lastBuildDate>
    
	<atom:link href="https://www.crexyer.com/posts/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Verilog 中表达式位宽和类型的确定规则</title>
      <link>https://www.crexyer.com/2020/04/expression-size-and-type-in-verilog/</link>
      <pubDate>Thu, 16 Apr 2020 12:17:11 +0800</pubDate>
      
      <guid>https://www.crexyer.com/2020/04/expression-size-and-type-in-verilog/</guid>
      <description>&lt;p&gt;本文主要介绍了 SystemVerilog 中表达式的位宽和类型是如何确定和参与运算的，与 C 语言不同，Verilog 中的表达式在运算中必须考虑位宽与类型，同时还存在中间结果，其中又包含各种扩位和类型转换规则，深入的学习 Verilog 语言有必要了解这些以规避语法陷阱。本文主要针对 SystemVerilog，但对于 Verilog HDL，大部分规则也同样适用。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>SystemVerilog 硬件描述语言及其在 Quartus II 中的应用</title>
      <link>https://www.crexyer.com/2020/03/systemverilog-with-quartus-ii/</link>
      <pubDate>Sun, 29 Mar 2020 13:01:10 +0800</pubDate>
      
      <guid>https://www.crexyer.com/2020/03/systemverilog-with-quartus-ii/</guid>
      <description>&lt;p&gt;本文摘录自 Altera 官方的&lt;a href=&#34;https://www.intel.com/content/www/us/en/programmable/support/training/course/ochdl1125.html&#34; target=&#34;_blank&#34;&gt;在线课程&lt;/a&gt;，该课程的视频版本可以在&lt;a href=&#34;https://www.bilibili.com/video/BV1M7411K7Ka&#34; target=&#34;_blank&#34;&gt;哔哩哔哩&lt;/a&gt;上观看。虽然该课程已经被翻译为了中文，但是翻译质量不高，因此本文在原稿的基础上进行了部分修改。&lt;/p&gt;
&lt;p&gt;该课程主要介绍了 Quartus II 软件支持的 SystemVerilog 结构，包括：数组简化操作符、同等和不同等通配符、模块头封装导入、接口增强部分、类型转换、固定类型。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>数学环境下行内向量的基线对齐问题</title>
      <link>https://www.crexyer.com/2019/07/baseline-alignment-of-inline-vector/</link>
      <pubDate>Wed, 17 Jul 2019 16:01:29 +0800</pubDate>
      
      <guid>https://www.crexyer.com/2019/07/baseline-alignment-of-inline-vector/</guid>
      <description>&lt;p&gt;在描述行向量时，常采用只有单行元素的矩阵环境，例如&lt;code&gt;matrix&lt;/code&gt;、&lt;code&gt;bmatrix&lt;/code&gt;、&lt;code&gt;pmatrix&lt;/code&gt;等矩阵环境来实现，当只有单行时，矩阵内元素的基线和矩阵外公式的基线并没有对齐，在大行距的情况下表现尤其明显。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>使用 unicode-math 宏包时 \mathbb 黑板体字符的显示问题</title>
      <link>https://www.crexyer.com/2019/06/mathbb-show-different-chars-with-unicode-math-package/</link>
      <pubDate>Fri, 21 Jun 2019 23:16:14 +0800</pubDate>
      
      <guid>https://www.crexyer.com/2019/06/mathbb-show-different-chars-with-unicode-math-package/</guid>
      <description>&lt;p&gt;最近需要使用实数集数学符号 R 时，注意到在 LaTeX 中的显示方式有些奇怪，如下图所示，符号本应该是右边的空心字，但是却显示成为了左侧字体，经过查阅资料，该问题是由于 &lt;code&gt;unicode-math&lt;/code&gt; 宏包加载的字体为 lmroman10-regular，该字体中的黑板体 R 确实为左侧字符，在没有使用 &lt;code&gt;unicode-math&lt;/code&gt; 宏包的情况下，该字体由 &lt;code&gt;amssymb&lt;/code&gt; 宏包提供，对应的字体文件为 msbm10，由于 Latin Modern 的字体样式与内置的数学字体符号不同导致了显示效果的差异。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>在 TeXstudio 中显示正确的中文括号</title>
      <link>https://www.crexyer.com/2016/10/show-correct-chinese-brackets-in-texstudio/</link>
      <pubDate>Sat, 01 Oct 2016 15:25:18 +0800</pubDate>
      
      <guid>https://www.crexyer.com/2016/10/show-correct-chinese-brackets-in-texstudio/</guid>
      <description>&lt;p&gt;在 TeXstudio 中有一个 BUG，当一行里面存在中文括号的时候会使得光标和选中的文字变得不正常，这个问题已经有人&lt;a href=&#34;http://bbs.pku.edu.cn/fox/bbs/bbstcon.php?board=MathTools&amp;amp;threadid=15632242&#34; target=&#34;_blank&#34;&gt;提出&lt;/a&gt;，但是并没有解决方案。经过查证，该问题是 TeXstudio 编辑器默认的 QCE 渲染模式导致的，修改渲染方式可以解决该问题。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>使用 CircuiTikZ 绘制电路图</title>
      <link>https://www.crexyer.com/2016/09/draw-circuits-with-circuitikz/</link>
      <pubDate>Sat, 17 Sep 2016 23:01:20 +0800</pubDate>
      
      <guid>https://www.crexyer.com/2016/09/draw-circuits-with-circuitikz/</guid>
      <description>&lt;p&gt;众所周知，LaTeX 中拥有强大的绘图宏包 &lt;a href=&#34;https://www.ctan.org/pkg/pgf&#34; target=&#34;_blank&#34;&gt;TikZ&lt;/a&gt;，但是其并不能很好的支持电路图的绘制，而基于 TikZ 的 &lt;a href=&#34;https://www.ctan.org/pkg/circuitikz&#34; target=&#34;_blank&#34;&gt;CircuiTikZ&lt;/a&gt; 宏包则包含了各种元器件的定义，并且样式和种类都非常丰富，使用它可以方便地绘制出各种电路图。&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>